IUserAccessiableFillFromDBFileFilter Method |
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int FillFromDBFileFilter(
IListSource ioList,
string inFilePath,
string inDBPass,
string inTable,
string inTextExp,
string inValExp,
string inFilterColumn,
DVar inCompare
)
Parameters
- ioList
- Type: SurveyToGo.UserLogic.InterfacesIListSource
- inFilePath
- Type: SystemString
- inDBPass
- Type: SystemString
- inTable
- Type: SystemString
- inTextExp
- Type: SystemString
- inValExp
- Type: SystemString
- inFilterColumn
- Type: SystemString
- inCompare
- Type: SurveyToGo.UserLogic.InterfacesDVar
Return Value
Type:
Int32See Also