'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As TdConnection _ )
'Usage Dim commandText As String Dim connection As TdConnection Dim instance As New TdDataAdapter(commandText, connection)
public TdDataAdapter( string commandText, TdConnection connection )
public: TdDataAdapter( String^ commandText, TdConnection^ connection )
Parameters
- commandText
- Specifies a string representing a query (TdCommand.CommandText) used to fill a DataSet.
- connection
- Contains an instance of TdConnection class.