TextColumnStartsWith(Text) Method

Returns a filter that checks if the text starts with the specified value.

Definition

Namespace: Firefly.Box.Data
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public FilterBase StartsWith(
	Text value
)

Parameters

value  Text
Value to check for

Return Value

FilterBase
The filter

See Also