Click or drag to resize

PostgreSqlFunctionsIsOverlappedBy Method (IEntityFieldCore, Object)

Will generate an arrayField && array2 fragment in the SQL query using the mapping of this function. Returns true if the arrays share at least one common element

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 IsOverlappedBy(
	IEntityFieldCore arrayField,
	Object array2
)

Parameters

arrayField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The first array
array2
Type: SystemObject
The second array

Return Value

Type: FunctionMappingExpression
Remarks
For QuerySpec
See Also