OleDbRowUpdatedEventArgs.Command Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto OleDbCommand eseguito quando Update(DataSet) viene chiamato.
public:
property System::Data::OleDb::OleDbCommand ^ Command { System::Data::OleDb::OleDbCommand ^ get(); };
public System.Data.OleDb.OleDbCommand Command { get; }
member this.Command : System.Data.OleDb.OleDbCommand
Public ReadOnly Property Command As OleDbCommand
Valore della proprietà
Oggetto OleDbCommand eseguito quando Update(DataSet) viene chiamato .