ServicePRO SDK Help

CoreServicesManager..::..GetCollection Method

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

Syntax


public void GetCollection(
	string userSessionKey,
	string sqlStatement,
	Action<ObservableCollection<Dictionary<string, Object>>, Exception> callbackAction
)
Public Sub GetCollection ( _
	userSessionKey As String, _
	sqlStatement As String, _
	callbackAction As Action(Of ObservableCollection(Of Dictionary(Of String, Object)), Exception) _
)

Parameters

userSessionKey
Type: String
sqlStatement
Type: String
callbackAction
Type: Action<(Of <(<'ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>