Click or drag to resize
IUserAccessiable.GetTableFromSubjectStore 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: System.String
inWhere
Type: System.String
inOrder
Type: System.String
inGroup
Type: System.String

Return Value

Type: ITable
See Also