Click or drag to resize

DatabaseMainTable Constructor (String, String, String, String, String, String)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public MainTable(
	string tablename,
	string colpk,
	string sortby,
	string leftjoins,
	string where,
	string[] cols
)

Parameters

tablename
Type: SystemString
colpk
Type: SystemString
sortby
Type: SystemString
leftjoins
Type: SystemString
where
Type: SystemString
cols
Type: SystemString
See Also