DateColumn.IsLessOrEqualTo Method

Overload List

IsLessOrEqualTo(Func<dataType>)Creates a filter that represents the is less or equal to relation between this column and the value specified
IsLessOrEqualTo(dataType)Creates a filter that represents the is less or equal to relation between this column and the value specified
IsLessOrEqualTo(TypedColumnBase<dataType>)Creates a filter that represents the is less or equal to relation between this column and the value specified
IsLessOrEqualTo(Int32, Int32, Int32)Creates a filter that represents the is less or equal to relation between this column and the value specified

See Also