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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.