RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataAdapter.Create Constructor ()

Creates an instance of TAdoDbxDataAdapter

Pascal
class constructor Create; overload;
constructor Create(Command: TAdoDbxCommand); overload;
constructor Create(const selectCommandText: string; const selectConnectionString: string); overload;
constructor Create(const selectCommandText: string; selectConnection: TAdoDbxConnection); overload;
C++
__fastcall TAdoDbxDataAdapter();
__fastcall TAdoDbxDataAdapter(TAdoDbxCommand Command);
__fastcall TAdoDbxDataAdapter(const AnsiString selectCommandText, const AnsiString selectConnectionString);
__fastcall TAdoDbxDataAdapter(const AnsiString selectCommandText, TAdoDbxConnection selectConnection);

This constructor creates and initializes an instance of TAdoDbxDataAdapter

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!