Mimer SQL Data Provider
GetService Method




Mimer.Data.Client Namespace > MimerFactory Class : GetService Method
Type of service requested.
Returns a MimerProviderServices instance.
Syntax
'Declaration
 
Public Function GetService( _
   ByVal serviceType As Type _
) As Object
public object GetService( 
   Type serviceType
)
public function GetService( 
    serviceType: Type
): TObject; 
public function GetService( 
   serviceType : Type
) : Object;
public: Object* GetService( 
   Type* serviceType
) 

Parameters

serviceType
Type of service requested.

Return Value

Returns a MimerProviderServices instance.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerFactory Class
MimerFactory Members