IApiServicePolaDodatkowe_PobierzPolaDodatkoweTabeli Method | |
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
)
Function PolaDodatkowe_PobierzPolaDodatkoweTabeli (
sessionId As String,
idTabeli As Long?,
nazwaTabeli As String
) As PoleDodatkowe()
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