Initializes a new instance of the AdpCommand class.
Initializes a new instance of the AdpCommand class.
public AdpCommand();
Initializes a new instance of the AdpCommand class with the text of the query and a AdpConnection.
public AdpCommand(string,AdpConnection);
Initializes a new instance of the AdpCommand class with the text of the query, a AdpConnection and a AdpTransaction.
public AdpCommand(string,AdpConnection,AdpTransaction);
Initializes a new instance of the AdpCommand class with the text of the query and a string connection.
public AdpCommand(string,string);
Initializes a new instance of the AdpCommand class with the text of the query and a string connection.
public AdpCommand(string,string,CommandType);
AdpCommand Class | Advanced.Data.Provider Namespace