DataSource Methods |
The DataSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | Filter |
Finds all rows which matches the give filter expression.
![]()
You can find the correct filter syntax in EasyMap manual.
|
![]() | FilterAny |
Finds all rows which matches the give filter expression.
![]()
You can find the correct filter syntax in EasyMap manual.
|
![]() | Find |
Finds the first row which value of the specified Column matches the specified value.
|
![]() | FindAny |
Finds all rows which values of the specified Column matches the specified value.
|
![]() | FindAnyKey |
Finds all rows which values of the specified Column matches the specified key.
|
![]() | FindKey |
Finds the first row which value of the specified Column matches the specified key.
|
![]() | GetList |
Gets IList of the current datasource.
|