Advanced.Data.Provider Documentation

AdpDataAdapter Constructor (AdpCommand)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal selectCommand As AdpCommand _
)
[C#]
public AdpDataAdapter(
   AdpCommand selectCommand
);

Parameters

selectCommand
A AdpCommand that is a Transact-SQL SELECT statement or stored procedure and is set as the SelectCommand property of the AdpDataAdapter.

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace | AdpDataAdapter Constructor Overload List