Returns an instance of GeneralService for the specified user-defined object (UDO).
The GeneralService instance can be used to add, retrieve and delete rows of the main table and child tables linked to the specified UDO.
Returns an instance of GeneralService for the specified user-defined object (UDO).
The GeneralService instance can be used to add, retrieve and delete rows of the main table and child tables linked to the specified UDO.
| Visual Basic |
|---|
Public Function GetGeneralService( _ ByVal sServiceCode As String _ ) As GeneralService |