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