Click or drag to resize

PostgreSqlFunctions.AllILike Method (IEntityFieldCore,String[])

Will generate a stringField ILIKE ALL(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.9.0.0 (5.9.0)
Syntax
public static FunctionMappingExpression AllILike(
	IEntityFieldCore stringField,
	string[] likePatternArray
)

Parameters

stringField
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The string field to perform the LIKE operator on
likePatternArray
Type:System.String[]
the array with LIKE patterns to apply to the string field

Return Value

Type: FunctionMappingExpression
Remarks
For QuerySpec
See Also