Advanced.Data.Provider Documentation

AdpCommand Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the AdpCommand class.

Overload List

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);

See Also

AdpCommand Class | Advanced.Data.Provider Namespace