Click or drag to resize

IMyTableGetListCols Method

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
protected string GetListCols(
	UserDB db,
	IMyTableAction action,
	string table,
	string groupby,
	out string leftjoins,
	out string pk
)

Parameters

db
Type: UserDB
action
Type: Scilligence.MolEngine.WebIMyTableAction
table
Type: SystemString
groupby
Type: SystemString
leftjoins
Type: SystemString
pk
Type: SystemString

Return Value

Type: String
See Also