DataSource Class |
Namespace: Easymap.AddIn.Data
The DataSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowEdit |
Gets a value indicating whether the rows are editable.
|
![]() | AllowNew |
Gets a value indicating whether new rows can be added.
|
![]() | AllowRemove |
Gets a value indicating whether the rows are removeable.
|
![]() | Columns |
Gets the ColumnCollection of the datasource.
|
![]() | ContainsListCollection |
True if current datasource contains in the list.
|
![]() | LTComponent |
Gets the associated LTComponent of the datasource.
|
![]() | ReadOnly |
Gets a value indicating whether the datasource is readonly.
|
![]() | Rows |
Gets the RowCollection of the datasource.
|
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.
|