C# 클래스 MdxClient.MdxDataAdapter

Represents a set of data commands and a database connection that are used to fill the System.Data.DataSet and update a SQL Server Analysis Services database.
상속: System.Data.Common.DbDataAdapter, IDbDataAdapter, IDataAdapter
파일 보기 프로젝트 열기: DynamicTyped/MdxClient 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MdxDataAdapter ( ) : System

Initializes a new instance of the MdxDataAdapter class.

MdxDataAdapter ( MdxCommand selectCommand ) : System

Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand.

MdxDataAdapter ( string selectCommandText, MdxConnection selectConnection ) : System

Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand and MdxConnection.

MdxDataAdapter ( string selectCommandText, string selectConnectionString ) : System

Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand and MdxConnection.

Update ( DataSet dataSet ) : int

보호된 메소드들

메소드 설명
CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
OnRowUpdated ( RowUpdatedEventArgs value ) : void
OnRowUpdating ( RowUpdatingEventArgs value ) : void
Update ( DataRow dataRows, DataTableMapping tableMapping ) : int

메소드 상세

CreateRowUpdatedEvent() 보호된 메소드

protected CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
리턴 System.Data.Common.RowUpdatedEventArgs

CreateRowUpdatingEvent() 보호된 메소드

protected CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
리턴 System.Data.Common.RowUpdatingEventArgs

MdxDataAdapter() 공개 메소드

Initializes a new instance of the MdxDataAdapter class.
public MdxDataAdapter ( ) : System
리턴 System

MdxDataAdapter() 공개 메소드

Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand.
public MdxDataAdapter ( MdxCommand selectCommand ) : System
selectCommand MdxCommand
리턴 System

MdxDataAdapter() 공개 메소드

Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand and MdxConnection.
public MdxDataAdapter ( string selectCommandText, MdxConnection selectConnection ) : System
selectCommandText string The MDX statement to be used by the MdxDataAdapter.SelectCommand property.
selectConnection MdxConnection An MdxConnection representing the connection.
리턴 System

MdxDataAdapter() 공개 메소드

Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand and MdxConnection.
public MdxDataAdapter ( string selectCommandText, string selectConnectionString ) : System
selectCommandText string The MDX statement to be used by the MdxDataAdapter.SelectCommand property.
selectConnectionString string The connection string.
리턴 System

OnRowUpdated() 보호된 메소드

protected OnRowUpdated ( RowUpdatedEventArgs value ) : void
value System.Data.Common.RowUpdatedEventArgs
리턴 void

OnRowUpdating() 보호된 메소드

protected OnRowUpdating ( RowUpdatingEventArgs value ) : void
value System.Data.Common.RowUpdatingEventArgs
리턴 void

Update() 보호된 메소드

protected Update ( DataRow dataRows, DataTableMapping tableMapping ) : int
dataRows System.Data.DataRow
tableMapping System.Data.Common.DataTableMapping
리턴 int

Update() 공개 메소드

public Update ( DataSet dataSet ) : int
dataSet System.Data.DataSet
리턴 int