ExtendedDbDataReader Constructor |
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public ExtendedDbDataReader(
DbDataReader dbDataReader
)
Parameters
- dbDataReader
- Type: System.Data.Common.DbDataReader
DB data reader to initialize the extended DB data reader with.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when dbDataReader is null. |
See Also