LLBLGenProODataServiceBaseTLinqMetaDataGetService Method |
Returns service implementation.
Namespace:
SD.LLBLGen.Pro.ODataSupportClasses
Assembly:
SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax public Object GetService(
Type serviceType
)
Public Function GetService (
serviceType As Type
) As Object
Parameters
- serviceType
- Type: SystemType
The type of the service requested.
Return Value
Type:
ObjectImplementation of such service or null.
Implements
IServiceProviderGetService(Type)See Also