BusinessLogicDataAdapter 類別
Represents the business logic data adapter.
繼承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataAdapter
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
語法
'宣告
Public Class BusinessLogicDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'用途
Dim instance As BusinessLogicDataAdapter
public class BusinessLogicDataAdapter : DbDataAdapter,
IDbDataAdapter, IDataAdapter
public ref class BusinessLogicDataAdapter : public DbDataAdapter,
IDbDataAdapter, IDataAdapter
type BusinessLogicDataAdapter =
class
inherit DbDataAdapter
interface IDbDataAdapter
interface IDataAdapter
end
public class BusinessLogicDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter
BusinessLogicDataAdapter 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
BusinessLogicDataAdapter | Initializes a new instance of the BusinessLogicDataAdapter class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
AcceptChangesDuringFill | (繼承自 DataAdapter。) | |
AcceptChangesDuringUpdate | (繼承自 DataAdapter。) | |
CanRaiseEvents | (繼承自 Component。) | |
Container | (繼承自 Component。) | |
ContinueUpdateOnError | (繼承自 DataAdapter。) | |
DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. | |
DesignMode | (繼承自 Component。) | |
Events | (繼承自 Component。) | |
FillCommandBehavior | (繼承自 DbDataAdapter。) | |
FillLoadOption | (繼承自 DataAdapter。) | |
InsertCommand | Gets or sets a stored procedure used to insert records from the data source. | |
MissingMappingAction | (繼承自 DataAdapter。) | |
MissingSchemaAction | (繼承自 DataAdapter。) | |
ReturnProviderSpecificTypes | (繼承自 DataAdapter。) | |
SelectCommand | Gets or sets a stored procedure used to select records from the data set. | |
Site | (繼承自 Component。) | |
TableMappings | (繼承自 DataAdapter。) | |
UpdateBatchSize | (繼承自 DbDataAdapter。) | |
UpdateCommand | Gets or sets a stored procedure used to update records from the data source. |
上層
方法
上層
事件
名稱 | 說明 | |
---|---|---|
Disposed | (繼承自 Component。) | |
FillError | (繼承自 DataAdapter。) | |
RowUpdated | Occurs during update after a command is executed against the data source. | |
RowUpdating | Occurs during update before a command is executed against the data source. |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
IDbDataAdapter.DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. | |
IDbDataAdapter.InsertCommand | Gets or sets a stored procedure used to insert records from the data source. | |
IDbDataAdapter.SelectCommand | Gets or sets a stored procedure used to select records from the data set. | |
IDbDataAdapter.UpdateCommand | Gets or sets a stored procedure used to update records from the data source. | |
ICloneable.Clone | (繼承自 DbDataAdapter。) | |
IDataAdapter.TableMappings | (繼承自 DataAdapter。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。