Accounts(String, String, String, String, String, String, SqlConnection) Constructor

Initializes a new instance of the Accounts class

Definition

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

Parameters

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

See Also