Click or drag to resize

DataSource Methods

The DataSource type exposes the following members.

Methods
 NameDescription
Public methodFilter Finds all rows which matches the give filter expression.
Remarks
You can find the correct filter syntax in EasyMap manual.
Public methodFilterAny Finds all rows which matches the give filter expression.
Remarks
You can find the correct filter syntax in EasyMap manual.
Public methodFind Finds the first row which value of the specified Column matches the specified value.
Public methodFindAny Finds all rows which values of the specified Column matches the specified value.
Public methodFindAnyKey Finds all rows which values of the specified Column matches the specified key.
Public methodFindKey Finds the first row which value of the specified Column matches the specified key.
Public methodGetList Gets IList of the current datasource.
Top
See Also