Table Constructor (DbDataReader)
Creates a new Table from an IDataReader
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public Table( DbDataReader source )
Public Sub New ( _ source As DbDataReader _ )
public: Table( DbDataReader^ source )
Parameters
- source
- Type: DbDataReader
The source.