ServicePRO SDK Help

ObjectDesignerServiceClient..::..EndGetDBLookUpDataSet Method

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

Syntax


public ObservableCollection<stcListItem> EndGetDBLookUpDataSet(
	out int recordCount,
	out string currentFieldIdentifier,
	out stcListItem aSelectedItem,
	out clsEnumeration..::..hsmdObject currentObjectType,
	out bool hasapplyFilterSearchPass,
	IAsyncResult result
)
Public Function EndGetDBLookUpDataSet ( _
	<OutAttribute> ByRef recordCount As Integer, _
	<OutAttribute> ByRef currentFieldIdentifier As String, _
	<OutAttribute> ByRef aSelectedItem As stcListItem, _
	<OutAttribute> ByRef currentObjectType As clsEnumeration..::..hsmdObject, _
	<OutAttribute> ByRef hasapplyFilterSearchPass As Boolean, _
	result As IAsyncResult _
) As ObservableCollection(Of stcListItem)

Parameters

recordCount
Type: Int32%
currentFieldIdentifier
Type: String%
aSelectedItem
Type: HelpSTAR.PCL.Common..::..stcListItem%
currentObjectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject%
hasapplyFilterSearchPass
Type: Boolean%
result
Type: IAsyncResult