clsDbOle Constructor

Initializes a new instance of the clsDbOle class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public clsDbOle(
	string table,
	string priKeyName,
	string loadStmt,
	string loadAllStmt,
	string insertStmt,
	string updateStmt,
	OleDbConnection cn
)

Parameters

table  String
 
priKeyName  String
 
loadStmt  String
 
loadAllStmt  String
 
insertStmt  String
 
updateStmt  String
 
cn  OleDbConnection
 

See Also