Advanced.Data.Provider Documentation

AdpDataAdapter Constructor (String, AdpConnection)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal selectCommandText As String, _
   ByVal selectConnection As AdpConnection _
)
[C#]
public AdpDataAdapter(
   string selectCommandText,
   AdpConnection selectConnection
);

Parameters

selectCommandText
A string that is a Transact-SQL SELECT statement or stored procedure and is set as the SelectCommand property of the AdpDataAdapter.
selectConnection
A AdpConnection that represents the connection.

See Also

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