'Declaration Public Class C1AdoNetCursorDataCollection(Of T As {Class, New}) Inherits C1.DataCollection.C1CursorDataCollection(Of T,Boolean) Implements C1.DataCollection.IDataCollection(Of T), C1.DataCollection.ISupportConnection, C1.DataCollection.ISupportEditing(Of T), C1.DataCollection.ISupportFiltering, C1.DataCollection.ISupportIncrementalLoading, C1.DataCollection.ISupportRefreshing, C1.DataCollection.ISupportSorting, C1.DataCollection.ISupportVirtualization
public class C1AdoNetCursorDataCollection<T> : C1.DataCollection.C1CursorDataCollection<T,bool>, C1.DataCollection.IDataCollection<T>, C1.DataCollection.ISupportConnection, C1.DataCollection.ISupportEditing<T>, C1.DataCollection.ISupportFiltering, C1.DataCollection.ISupportIncrementalLoading, C1.DataCollection.ISupportRefreshing, C1.DataCollection.ISupportSorting, C1.DataCollection.ISupportVirtualization where T: class, new()