名前 | 解説 | |
---|---|---|
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() | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 | |
FilterAsync | Filters the data using specified filterExpression. | |
GetItemType | オーバーライドされます。 Gets the type of the item. | |
GetPropertyDescriptorValue<T> | Gets the property descriptor value. | |
IndexOf | Gets the index of the specified item. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 | |
InsertAsync | ||
MoveAsync | ||
RemoveAsync | ||
ReplaceAsync | ||
SetPropertyDescriptorValue<T> | Sets the property descriptor value. | |
SortAsync | オーバーロードされます。 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. |