Click or drag to resize
IUserAccessiableGetTableFromSubjectStore Method (String, String, String, String)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
ITable GetTableFromSubjectStore(
	string inColumns,
	string inWhere,
	string inOrder,
	string inGroup
)

Parameters

inColumns
Type: SystemString
inWhere
Type: SystemString
inOrder
Type: SystemString
inGroup
Type: SystemString

Return Value

Type: ITable
See Also