ParameterHandling
Overview
The ParameterHandling enumeration denotes how ADO.NET command parameters are handled by the database driver.
Location
- Reference: RemObjects.DataAbstract.Server.dll
- Namespace: RemObjects.DataAbstract.Server
Value | Description |
---|---|
ByName | Command parameters are handled by name |
Sequential | Command parameters are handled sequentially, in the order they appear in the SQL statement |
SequentialWithName |