Click or drag to resize
IUserAccessiable.GetTableFromDBFile Method (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
)

Parameters

inFilePath
Type: System.String
inDBPass
Type: System.String
inTable
Type: System.String

Return Value

Type: ITable
See Also