Click or drag to resize

PopulateTable Constructor (UserDB, String, String, String)

Initializes a new instance of the PopulateTable class

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public PopulateTable(
	UserDB db,
	string table,
	string prefix,
	string primarykey
)

Parameters

db
Type: UserDB
table
Type: SystemString
prefix
Type: SystemString
primarykey
Type: SystemString
See Also