OleDbDataAdapter
OleDbDataAdapter()
OleDbDataAdapter(OleDbCommand)
OleDbDataAdapter(String, OleDbConnection)
OleDbDataAdapter(String, String)
DeleteCommand
InsertCommand
SelectCommand
UpdateCommand
CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
Dispose(Boolean)
Fill(DataTable, Object)
Fill(DataSet, Object, String)
OnRowUpdated(RowUpdatedEventArgs)
OnRowUpdating(RowUpdatingEventArgs)
RowUpdated
RowUpdating
net11
namespace System.Data.OleDb
{
[DefaultEvent("RowUpdated")]
[Designer("Microsoft.VSDesigner.Data.VS.OleDbDataAdapterDesigner, Microsoft.VSDesigner, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItem("Microsoft.VSDesigner.Data.VS.OleDbDataAdapterToolboxItem, Microsoft.VSDesigner, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public sealed class OleDbDataAdapter : DbDataAdapter, IDataAdapter, IDbDataAdapter, ICloneable
{
protected override void Dispose(bool disposing);
}
}
.NET Framework | 1.1 |
---|---|
Information specific to net11 | |
Assembly | System.Data , Version=1.0.5000.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API