[]
Virtual collection whose data is extracted from a Ado.Net DbConnection.
public class C1AdoNetVirtualDataCollection : C1AdoNetVirtualDataCollection<object>, IDataCollection<object?>, IReadOnlyList<object?>, IReadOnlyCollection<object?>, IEnumerable<object?>, IEnumerable, INotifyCollectionChanged, ISupportIndexing<object?>, INotifyPropertyChanged, IDisposable, ISupportVirtualization, ISupportRefreshing, ISupportConnection, ISupportAsyncLoading<object>, ISupportSorting, ISupportFiltering, ISupportEditing<object>
Name | Description |
---|---|
C1AdoNetVirtualDataCollection(DbConnection, string, IEnumerable<string>?, int, int, TimeSpan?) | Initializes a new instance of the C1AdoNetVirtualDataCollection class. |
Name | Description |
---|---|
DetermineItemType(DbDataReader) | Determines the type of the items. |
GetItemType() | Gets the type of the item. |