TextColumnStartsWith(FuncText) 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(
	Func<Text> expression
)

Parameters

expression  FuncText
A method that returns the value to check for

Return Value

FilterBase
The filter

See Also