Click or drag to resize

IApiServicexmlString_GetObjectListBySqlCriteria Method

ILUO Sp. z o.o.

[Missing <summary> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.xmlString_GetObjectListBySqlCriteria(System.String,System.String,System.String)"]

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_GetObjectListBySqlCriteria(
	string sessionId,
	string objectType,
	string sqlCriteria
)

Parameters

sessionId
Type: SystemString

[Missing <param name="sessionId"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.xmlString_GetObjectListBySqlCriteria(System.String,System.String,System.String)"]

objectType
Type: SystemString

[Missing <param name="objectType"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.xmlString_GetObjectListBySqlCriteria(System.String,System.String,System.String)"]

sqlCriteria
Type: SystemString

[Missing <param name="sqlCriteria"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.xmlString_GetObjectListBySqlCriteria(System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.xmlString_GetObjectListBySqlCriteria(System.String,System.String,System.String)"]

See Also