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

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

Parameters

inFilePath
Type: SystemString
inDBPass
Type: SystemString
inTable
Type: SystemString
inColumns
Type: SystemString
inWhere
Type: SystemString
inOrder
Type: SystemString

Return Value

Type: ITable
See Also