PostgreSqlFunctionsAnyILike Method (IEntityFieldCore, String) | 
 
            Will generate a stringField ILIKE ANY(likePatternArray) fragment in the SQL query using the mapping of this function.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.PostgreSql
    Assembly:
   SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic static FunctionMappingExpression AnyILike(
	IEntityFieldCore stringField,
	string[] likePatternArray
)
Public Shared Function AnyILike ( 
	stringField As IEntityFieldCore,
	likePatternArray As String()
) As FunctionMappingExpression
Parameters
- stringField
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The string field to perform the LIKE operator on - likePatternArray
 - Type: SystemString
the array with LIKE patterns to apply to the string field 
Return Value
Type: 
FunctionMappingExpression
RemarksFor QuerySpec
See Also