SqlCeDataAdapter Constructor (String, String)
[This is preliminary documentation and subject to change.]
Initializes a new instance of a SqlCeDataAdapter with the specified select command text and connection string
[Visual Basic]
Overloads Public Sub New( _
ByVal
String As
String, _
ByVal
String As
String _
)
[C#]
public SqlCeDataAdapter(
String strSelect,
String strConnection);
Parameters
-
String
- Select command text
-
String
- Connection string
See Also
SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace | SqlCeDataAdapter Constructor Overload List