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

Table Constructor (String, DbDataReader)

Creates a new NamedTable from an IDataReader

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Table(
	string tableName,
	DbDataReader source
)
Public Sub New ( _
	tableName As String, _
	source As DbDataReader _
)
public:
Table(
	String^ tableName, 
	DbDataReader^ source
)

Parameters

tableName
Type: String
Name of the table.
source
Type: DbDataReader
The source.