Click or drag to resize

PostgreSqlFunctionsIsOverlappedBy Method

Overload List
  NameDescription
Public methodStatic memberIsOverlappedByT(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