Click or drag to resize

PostgreSqlFunctions.IsOverlappedBy Method

Overload List
  NameDescription
Public methodStatic memberIsOverlappedBy<T>(T[],T[])
Will generate an array1 && array2 fragment in the SQL query using the mapping of this function. Returns true if the arrays share at least one common element
Public methodStatic memberIsOverlappedBy(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
Top
See Also