OracleDataAdapter.IDbDataAdapter.InsertCommand Proprietà

Definizione

Per una descrizione di questo membro, vedere InsertCommand.

property System::Data::IDbCommand ^ System::Data::IDbDataAdapter::InsertCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get; set; }
member this.System.Data.IDbDataAdapter.InsertCommand : System.Data.IDbCommand with get, set
 Property InsertCommand As IDbCommand Implements IDbDataAdapter.InsertCommand

Valore della proprietà

Stringa che rappresenta il comando.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia OracleDataAdapterIDbDataAdapter .

Si applica a