Nettiers.AdventureWorks.Data.SqlUtil.GetNotLikeFormat C# (CSharp) Метод

GetNotLikeFormat() публичный статический Метод

Gets the not like format string.
public static GetNotLikeFormat ( bool ignoreCase ) : String
ignoreCase bool if set to true [ignore case].
Результат String
		public static String GetNotLikeFormat(bool ignoreCase)
		{
			return GetNotLikeFormat(ignoreCase, true);
		}

Same methods

SqlUtil::GetNotLikeFormat ( bool ignoreCase, bool surround ) : String