📚 SAP Business One SDK Help

GetDataInterface Method
See Also 
enumMSDI
Specifies the type of object to create.

Description

Creates an empty data structure for use with the StatesService.

Syntax

Visual Basic
Public Function GetDataInterface( _
   ByVal enumMSDI As StatesServiceDataInterfaces _
) As Object

Parameters

enumMSDI
ValueDescription
ssStateState data interface
ssStatesParamsStatesParams data interface
ssStateParamsStateParams data interface
Specifies the type of object to create.

Example

See Also