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