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) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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 |
Returns a string that represents the current object. (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.
|