| GetGeneralService Method | |
| See Also |
- sServiceCode
- The name of the UDO for which to create an instance of the GeneralService service.
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 |
- sServiceCode
- The name of the UDO for which to create an instance of the GeneralService service.