The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: