| LLBLGenProODataServiceBaseTLinqMetaDataGetService Method  | 
 Returns service implementation.
 
    Namespace: 
   SD.LLBLGen.Pro.ODataSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic 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