TextColumnStartsWith(Text) Method
Returns a filter that checks if the text starts with the specified value.
Namespace: Firefly.Box.DataAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public FilterBase StartsWith(
Text value
)
Public Function StartsWith (
value As Text
) As FilterBase
member StartsWith :
value : Text -> FilterBase
- value Text
- Value to check for
FilterBaseThe filter