Click or drag to resize

IApiServicePolaDodatkowe_PobierzPolaDodatkoweTabeli Method

ILUO Sp. z o.o.
Pobiera definicje pól dodatkowych danej tabeli

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
PoleDodatkowe[] PolaDodatkowe_PobierzPolaDodatkoweTabeli(
	string sessionId,
	long? idTabeli,
	string nazwaTabeli
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
idTabeli
Type: SystemNullableInt64
Identyfikator tabeli w (tabeli sysTabela) - alternatywnie do parametru nazwaTabeli
nazwaTabeli
Type: SystemString
nazwa tabeli- alternatywnie do parametru idTabeli

Return Value

Type: PoleDodatkowe

[Missing <returns> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.PolaDodatkowe_PobierzPolaDodatkoweTabeli(System.String,System.Nullable{System.Int64},System.String)"]

See Also