CreateCommand for Oracle
- Last UpdatedNov 25, 2015
- 1 minute read
The parameters are identified in the SQL statement by the colon (:) character when ProviderType is Oracle.
"SELECT * FROM Person.Contact WHERE (LastName > :lastName)"
The parameters are identified in the SQL statement by the colon (:) character when ProviderType is Oracle.
"SELECT * FROM Person.Contact WHERE (LastName > :lastName)"