[]
        
(Showing Draft Content)

C1.DataCollection.AdoNet.C1AdoNetCursorDataCollection

C1AdoNetCursorDataCollection Class

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

Namespace: C1.DataCollection.AdoNet
Assembly: C1.DataCollection.AdoNet.dll
Syntax
public class C1AdoNetCursorDataCollection : C1AdoNetCursorDataCollection<object>, IDataCollection<object>, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, ISupportIndexing<object>, INotifyPropertyChanged, IDisposable, ISupportVirtualization, ISupportConnection, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportFiltering, ISupportEditing<object>
Public Class C1AdoNetCursorDataCollection
    Inherits C1AdoNetCursorDataCollection(Of Object)
    Implements IDataCollection(Of Object), IReadOnlyList(Of Object), IReadOnlyCollection(Of Object), IEnumerable(Of Object), IEnumerable, INotifyCollectionChanged, ISupportIndexing(Of Object), INotifyPropertyChanged, IDisposable, ISupportVirtualization, ISupportConnection, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportFiltering, ISupportEditing(Of Object)

Constructors

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

Initializes a new instance of the C1AdoNetCursorDataCollection class.

Methods

Name Description
DetermineItemType(DbDataReader)

Determines the type of the items.

GetItemType()

Gets the type of the item.