Click or drag to resize
IUserAccessiableFillFromStore Method (IListSource, String, String, String, String, String, String, Boolean)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int FillFromStore(
	IListSource ioList,
	string inStoreName,
	string inTextExp,
	string inValExp,
	string inWhere,
	string inOrder,
	string inGroup,
	bool inDefaultGroupBy
)

Parameters

ioList
Type: SurveyToGo.UserLogic.InterfacesIListSource
inStoreName
Type: SystemString
inTextExp
Type: SystemString
inValExp
Type: SystemString
inWhere
Type: SystemString
inOrder
Type: SystemString
inGroup
Type: SystemString
inDefaultGroupBy
Type: SystemBoolean

Return Value

Type: Int32
See Also