Skip to main content
Version: 5.11.2

BeginsWith

public void BeginsWith(string key, string value);

Parameters

ValueTypeDescription
keystringColumn's key value
valuestringType of data to compare

Description

It is used to search the data whose key column data begins with a value string.
The key must not begin with a number. If it does, a warning is displayed, and 'Where' is not added.

Example

where.BeginsWith(string key, string value);