OleDbDataAdapter.IDbDataAdapter.SelectCommand 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.
Per una descrizione di questo membro, vedere SelectCommand.
property System::Data::IDbCommand ^ System::Data::IDbDataAdapter::SelectCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
System.Data.IDbCommand? System.Data.IDbDataAdapter.SelectCommand { get; set; }
System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get; set; }
member this.System.Data.IDbDataAdapter.SelectCommand : System.Data.IDbCommand with get, set
Property SelectCommand As IDbCommand Implements IDbDataAdapter.SelectCommand
Valore della proprietà
Interfaccia IDbCommand utilizzata durante un aggiornamento per selezionare record da un'origine dati e posizionarli nel set di dati.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza OleDbDataAdapter a un'interfaccia IDbDataAdapter.