Advanced.Data.Provider Documentation

AdpDataAdapter Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the AdpDataAdapter class.

Overload List

Initializes a new instance of the AdpDataAdapter class.

public AdpDataAdapter();

Initializes a new instance of the AdpDataAdapter class with the specified AdpCommand as the SelectCommand property.

public AdpDataAdapter(AdpCommand);

Initializes a new instance of the AdpDataAdapter class with a SelectCommand and a AdpConnection object.

public AdpDataAdapter(string,AdpConnection);

Initializes a new instance of the AdpDataAdapter class with a SelectCommand and a connection string.

public AdpDataAdapter(string,string);

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace