Click or drag to resize
IUserAccessiableFillFromDBFileGroup Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int FillFromDBFileGroup(
	IListSource ioList,
	string inFilePath,
	string inDBPass,
	string inTable,
	string inGroup
)

Parameters

ioList
Type: SurveyToGo.UserLogic.InterfacesIListSource
inFilePath
Type: SystemString
inDBPass
Type: SystemString
inTable
Type: SystemString
inGroup
Type: SystemString

Return Value

Type: Int32
See Also