Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

Table Members

The Table type exposes the following members.

Constructors


  Name Description
Public method Table(String, IDataReader, MaterializerTypeConverter)
Creates a new NamedTable from an IDataReader
Public method Table(String, DbDataReader, MaterializerTypeConverter)
Creates a new NamedTable from an IDataReader
Public method Table(DbDataReader, MaterializerTypeConverter)
Creates a new Table from an IDataReader
Public method Table(IDataReader, MaterializerTypeConverter)
Creates a new Table from an IDataReader
Public method Table(String, IDataReader)
Creates a new NamedTable from an IDataReader
Public method Table(String, DbDataReader)
Creates a new NamedTable from an IDataReader
Public method Table(DbDataReader)
Creates a new Table from an IDataReader
Public method Table(IDataReader)
Creates a new Table from an IDataReader

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToDataTable
Copies the contents of this Table into a DataTable.
Public method ToObjects<(Of <<'(T>)>>)()()()()
Converts the table into an enumeration of objects of the indicated type.
Public method ToObjects<(Of <<'(T>)>>)(Nullable<(Of <<'(IReadOnlyList<(Of <<'(Type>)>>)>)>>))
Converts the table into an enumeration of objects of the indicated type using the indicated constructor.
Public method ToObjects<(Of <<'(T>)>>)(Nullable<(Of <<'(ConstructorMetadata>)>>))
Converts the table into an enumeration of objects of the indicated type using the indicated constructor.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property ColumnNames
List of column names in their original order.
Public property ColumnTypeMap
List of columns and their types.
Public property Rows
Gets the rows.
Public property TableName
Gets the name of the table.