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

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

Parameters

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

Return Value

Type: ITable
See Also