System.Data.OleDb Namespace
The System.Data.OleDb namespace is the Ole DB .NET Data Provider.
OleDbCommand Object Members
The OleDbCommand class represents a query command to be made to a data source. Tables B.23 through B.26 list the constructor, properties, methods, and events for the OleDbCommand class.
Name | Parameters | Description |
---|---|---|
OleDbCommand | none | Initializes a new instance of the OleDbCommand class. |
OleDbCommand | cmdText (String) | Initializes a new instance of the OleDbCommand class with the specified command text. |
OleDbCommand | cmdText (String) connection (OleDbConnection) | Initializes a new instance of the OleDbCommand class with the specified command text and OleDbConnection. |
OleDbCommand | cmdText (String) ... |
Get ASP.NET by Example now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.