Name | Description | |
---|---|---|
![]() | CanFilter | Returns whether the collection is able to filter the specified filterExpression. |
![]() | CanInsert | |
![]() | CanMove | |
![]() | CanRemove | |
![]() | CanReplace | |
![]() | CanSort | Returns whether the collection is able to sort the specified sortDescriptions. |
![]() | CreateNewItem | |
![]() | Dispose | Overloaded. Overridden. Called to dispose resources. |
![]() | FilterAsync | Filters the data using specified filterExpression. |
![]() | GetItemType | Overridden. Gets the type of the item. |
![]() ![]() | GetPropertyDescriptorValue<T> | Gets the property descriptor value. |
![]() | IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) |
![]() | InsertAsync | |
![]() | MoveAsync | |
![]() | RemoveAsync | |
![]() | ReplaceAsync | |
![]() ![]() | SetPropertyDescriptorValue<T> | Sets the property descriptor value. |
![]() | SortAsync | Overloaded. Sorts the collection according to the specified sortDescriptions. |
![]() ![]() | ToFilterString | Converts the filterExpression into a DataSet filter expression https://learn.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression. |