Table Constructor (String, DbDataReader)
Creates a new NamedTable from an IDataReader
Namespace:
Tortuga.ChainAssembly: 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 )