Click or drag to resize

PostgreSqlFunctionsIsContainedBy Method (IEntityFieldCore, Object)

Will generate a arrayField <@ containingArray 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 IsContainedBy(
	IEntityFieldCore arrayField,
	Object containingArray
)

Parameters

arrayField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
containingArray
Type: SystemObject
The array containing containedArray

Return Value

Type: FunctionMappingExpression
Remarks
For QuerySpec
See Also