OracleCommand::Prepare Method ()
.NET Framework (current version)
Creates a prepared (or compiled) version of the command at the data source.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException |
Before you call Prepare, specify the data type of each parameter in the statement to be prepared.
.NET Framework
Available since 1.1
Available since 1.1
Show: