ParameterHandling

Overview

The ParameterHandling enumeration denotes how ADO.NET command parameters are handled by the database driver.

Location


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