IApiServicexmlString_GetDataSet 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 xmlString_GetDataSet(
string sessionId,
string query
)
Function xmlString_GetDataSet (
sessionId As String,
query As String
) As String
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - query
- Type: SystemString
tekst zapytania
Return Value
Type:
StringRezultat zapytania w formie dokumentu XML
See Also