Initializes a new instance of the AdpDataAdapter class.
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);
AdpDataAdapter Class | Advanced.Data.Provider Namespace