Table Members
The Table type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Table(String, IDataReader, MaterializerTypeConverter) |
Creates a new NamedTable from an IDataReader
|
|
|
Table(String, DbDataReader, MaterializerTypeConverter) |
Creates a new NamedTable from an IDataReader
|
|
|
Table(DbDataReader, MaterializerTypeConverter) |
Creates a new Table from an IDataReader
|
|
|
Table(IDataReader, MaterializerTypeConverter) |
Creates a new Table from an IDataReader
|
|
|
Table(String, IDataReader) |
Creates a new NamedTable from an IDataReader
|
|
|
Table(String, DbDataReader) |
Creates a new NamedTable from an IDataReader
|
|
|
Table(DbDataReader) |
Creates a new Table from an IDataReader
|
|
|
Table(IDataReader) |
Creates a new Table from an IDataReader
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToDataTable |
Copies the contents of this Table into a DataTable.
|
|
|
ToObjects<(Of <<'(T>)>>)()()()() |
Converts the table into an enumeration of objects of the indicated type.
|
|
|
ToObjects<(Of <<'(T>)>>)(Nullable<(Of <<'(IReadOnlyList<(Of <<'(Type>)>>)>)>>)) |
Converts the table into an enumeration of objects of the indicated type using the indicated constructor.
|
|
|
ToObjects<(Of <<'(T>)>>)(Nullable<(Of <<'(ConstructorMetadata>)>>)) |
Converts the table into an enumeration of objects of the indicated type using the indicated constructor.
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ColumnNames |
List of column names in their original order.
|
|
|
ColumnTypeMap |
List of columns and their types.
|
|
|
Rows |
Gets the rows.
|
|
|
TableName |
Gets the name of the table.
|

