IApiServiceextended_GetQueryResults Method | |
Umożliwia uruchomienie dowolnego zapytania.
Namespace:
ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:
ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax string extended_GetQueryResults(
string sessionId,
string query,
GetDataSetParams getParams
)
Function extended_GetQueryResults (
sessionId As String,
query As String,
getParams As GetDataSetParams
) As String
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - query
- Type: SystemString
tekst zapytania - getParams
- Type: ILUO.ERP.API.ServiceContracts.Interfaces3GetDataSetParams
[Missing <param name="getParams"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.extended_GetQueryResults(System.String,System.String,ILUO.ERP.API.ServiceContracts.Interfaces3.GetDataSetParams)"]
Return Value
Type:
StringRezultat zapytania w formie dokumentu XML
See Also