Click or drag to resize
IUserAccessiableFillFromAttachment Method (IListSource, String, String, String, String, String, String, String)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int FillFromAttachment(
	IListSource ioList,
	string inAttahmentName,
	string inDBPass,
	string inTable,
	string inTextExp,
	string inValExp,
	string inWhere,
	string inOrder
)

Parameters

ioList
Type: SurveyToGo.UserLogic.InterfacesIListSource
inAttahmentName
Type: SystemString
inDBPass
Type: SystemString
inTable
Type: SystemString
inTextExp
Type: SystemString
inValExp
Type: SystemString
inWhere
Type: SystemString
inOrder
Type: SystemString

Return Value

Type: Int32
See Also