EalDbReaderWrapper Class
Wrapper for a database data reader and the database connection, to simplify the process
of closing the reader and connection simultaneously
Namespace: EngineAgnosticLayerDbAccessAssembly: EngineAgnosticLayerDbAccess (in EngineAgnosticLayerDbAccess.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class EalDbReaderWrapper |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Parameter_Copy_Pair | Store the relationship between the EAL ( Engine Agnostic Level ) parameter and the database parameter. |
| Close | Close the data reader and the underlying database connection |
Fields
| Name | Description |
---|
| Reader | Open database data reader |
See Also