IUserAccessiableFillFromStoreGroup Method |
This function is used for list sources in order to
set the list source configuration.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int FillFromStoreGroup(
IListSource ioList,
string inStoreName,
string inGroup
)
Parameters
- ioList
- Type: SurveyToGo.UserLogic.InterfacesIListSource
Needs to get a list, write: list - inStoreName
- Type: SystemString
Name of Subject Store - inGroup
- Type: SystemString
name of column for the Group By SQL command
Return Value
Type:
Int32Examples FillFromStoreGroup(list,”my_store123”,”State”);
See Also