IUserAccessiableGetTableFromAttachment Method (String, String, String, String, String, String, String) |
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax ITable GetTableFromAttachment(
string inAttahmentName,
string inDBPass,
string inTable,
string inColumns,
string inWhere,
string inOrder,
string inGroup
)
Parameters
- inAttahmentName
- Type: SystemString
- inDBPass
- Type: SystemString
- inTable
- Type: SystemString
- inColumns
- Type: SystemString
- inWhere
- Type: SystemString
- inOrder
- Type: SystemString
- inGroup
- Type: SystemString
Return Value
Type:
ITableSee Also