Invokes NetSuite's getAll(..) method.
Namespace:
com.celigo.net.ServiceManager
Assembly:
ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public virtual GetAllResult GetAll(
GetAllRecord gar
) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetAll ( _
gar As GetAllRecord _
) As GetAllResult |
| Visual C++ |
|---|
public:
virtual GetAllResult^ GetAll(
GetAllRecord^ gar
) |
Parameters
- gar
- Type: GetAllRecord
The filter criteria for the retrieved data.
Return Value
Response from the WebService.
See Also