Click or drag to resize
LLBLGenProODataServiceBase<TLinqMetaData>.GetService Method
Returns service implementation.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: System.Type
The type of the service requested.

Return Value

Type: Object
Implementation of such service or null.

Implements

IServiceProvider.GetService(Type)
See Also