Class | Description | |
---|---|---|
NDataSet | Represents a set of data tables. | |
NDataSource | Represents an attribute that aggregates a data table. The NDataSource attribute helps you intergrate relational data inside a DOM hieracrchy. | |
NDataSourceFieldChangedEventArgs | Represents the event arguments associated with data source FieldInserted or FieldRemoved events | |
NDataSourceFieldRenamedEventArgs | Represents the event arguments associated with data source FieldRenamed event | |
NDataSourceNameChangedEventArgs | Represents the event arguments associated with data source NameChanged event | |
NDataSourceRowChangedEventArgs | Represents the event arguments associated with data source RowInserted or RowRemoved events | |
NDataSourceValueChangedEventArgs | Represents the event arguments associated with data source ValueChanged event | |
NDataTable | Represents a data table, which is essentially an interface to a relational data table, where the columns are called fields and contain objects of the same type. Serves as base class for all data tables. Data tables are often aggregated inside a NDataSource object. | |
NDataTableFieldIndex | Represents a data table field index. | |
NDataTableRow | Facilitates the getting and setting of data table row values. | |
NDbConnection | Represents a database connection. | |
NDbDataReader | Represents a database data reader that can read data from a database query. | |
NEmptyDataTable | Represents the empty data table. This is a singleton object that is exposed by the Instance static field. | |
NFieldInfo | Represents information about a data table field. | |
NFilterDataTable | Represents a data table that filters the content of another data table. | |
NGenericIEnumerableDataTable<T> | Represents a data table that that exposes the public properties of the objects contained in a typed System.Collections.Generic.IEnumerable. | |
NGenericIListDataTable<T> | Represents a data table that that exposes the public properties of the objects contained in a typed System.Collections.Generic.IList as a data table. | |
NGenericINCollectionDataTable<T> | Represents a data source that exposes the public properties of the objects contained in a generic Nevron.Nov.DataStructures.INCollection as a tabular data source. | |
NGenericINIterableDataTable<T> | Represents a data table that that exposes the public properties of the objects contained in a typed Nevron.Nov.DataStructures.INIterable. | |
NIEnumerableDataTable | Represents a data table that that exposes the public properties of the objects contained in a typed System.Collections.IEnumerable. | |
NIListDataTable | Represents a data table that aggregates a list of objects contained inside an IList. | |
NMemoryDataTable | Represents a data table that is stored in-memory. | |
NNodeCollectionDataTable | Represents a data table that exposes the properties and/or children of the nodes contained inside a node collection. | |
NObjectsDataTable<TItem> | Serves as base class for typed list data table such as NCRLGenericListDataProvider and NGenericListDataProvider | |
NRecordset | Represents a set of record (row) indices | |
NReflectionObjectsDataTable<TItem> | Serves as base type for data tables that contain objects of a certain type. The contained objects public properties are exposed as fields. | |
NSqlConnectionStringBuilder | Creates connection SQL Server string. |