FlexPivot for WinForms
DbConnector コンストラクタ

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > DbConnector クラス : DbConnector コンストラクタ
Workspace to use the connector in.
ADO.NET connection object for connecting to the database.
ADO.NET command object for retrieving data from the database.
Initializes a new instance of the System.Data.Common.DbConnection class.
シンタックス
'宣言
 
Public Function New( _
   ByVal workspace As Workspace, _
   ByVal connection As System.Data.Common.DbConnection, _
   Optional ByVal command As System.Data.Common.DbCommand _
)
public DbConnector( 
   Workspace workspace,
   System.Data.Common.DbConnection connection,
   System.Data.Common.DbCommand command
)

パラメータ

workspace
Workspace to use the connector in.
connection
ADO.NET connection object for connecting to the database.
command
ADO.NET command object for retrieving data from the database.
参照

DbConnector クラス
DbConnector メンバ