[]
        
(Showing Draft Content)

C1.DataCollection.AdoNet.C1AdoNetVirtualDataCollection

C1AdoNetVirtualDataCollection Class

Virtual collection whose data is extracted from a Ado.Net DbConnection.

Namespace: C1.DataCollection.AdoNet
Assembly: C1.DataCollection.AdoNet.dll
Syntax
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>

Constructors

Name Description
C1AdoNetVirtualDataCollection(DbConnection, string, IEnumerable<string>?, int, int, TimeSpan?)

Initializes a new instance of the C1AdoNetVirtualDataCollection class.

Methods

Name Description
DetermineItemType(DbDataReader)

Determines the type of the items.

GetItemType()

Gets the type of the item.