ServicePRO SDK Help

IObjectDesignerService..::..BeginGetDBLookUpDataSet Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetDBLookUpDataSet(
	string userSessionKey,
	string fieldIdentifier,
	int associateTblId,
	string associatedFieldName,
	stcSearchFieldPass applyFilterSearchPass,
	stcMetaDataRelation aRelation,
	int aSelectedItemId,
	clsEnumeration..::..hsmdObject objectType,
	List<int> lookupFRXValidChoices,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetDBLookUpDataSet ( _
	userSessionKey As String, _
	fieldIdentifier As String, _
	associateTblId As Integer, _
	associatedFieldName As String, _
	applyFilterSearchPass As stcSearchFieldPass, _
	aRelation As stcMetaDataRelation, _
	aSelectedItemId As Integer, _
	objectType As clsEnumeration..::..hsmdObject, _
	lookupFRXValidChoices As List(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
fieldIdentifier
Type: String
associateTblId
Type: Int32
associatedFieldName
Type: String
applyFilterSearchPass
Type: HelpSTAR.PCL.Common..::..stcSearchFieldPass
aRelation
Type: HelpSTAR.PCL.Common..::..stcMetaDataRelation
aSelectedItemId
Type: Int32
objectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
lookupFRXValidChoices
Type: List<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object