[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | IsBetween(dataType, TypedColumnBase<(Of <(dataType>)>)) | |
![]() | IsBetween(TypedColumnBase<(Of <(dataType>)>), Func<(Of <(dataType>)>)) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBase<(Of <(dataType>)>).) |
![]() | IsBetween(TypedColumnBase<(Of <(dataType>)>), dataType) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBase<(Of <(dataType>)>).) |
![]() | IsBetween(Func<(Of <(dataType>)>), TypedColumnBase<(Of <(dataType>)>)) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBase<(Of <(dataType>)>).) |
![]() | IsBetween(Func<(Of <(dataType>)>), Func<(Of <(dataType>)>)) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBase<(Of <(dataType>)>).) |
![]() | IsBetween(Func<(Of <(dataType>)>), dataType) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBase<(Of <(dataType>)>).) |
![]() | IsBetween(dataType, TypedColumnBase<(Of <(dataType>)>)) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBase<(Of <(dataType>)>).) |
![]() | IsBetween(dataType, Func<(Of <(dataType>)>)) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBase<(Of <(dataType>)>).) |
![]() | IsBetween(dataType, dataType) | (Inherited from TypedColumnBase<(Of <(dataType>)>).) |