Advanced.Data.Provider Documentation

AdpDataAdapter Constructor (String, String)

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

See Also

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