DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Static Public Member Functions | List of all members
Deveel.Data.Spatial.ScopeExtensions Class Reference

Static Public Member Functions

static void UseSpatial (this IScope scope)
 

Detailed Description

Definition at line 6 of file ScopeExtensions.cs.

Member Function Documentation

static void Deveel.Data.Spatial.ScopeExtensions.UseSpatial ( this IScope  scope)
inlinestatic

Definition at line 7 of file ScopeExtensions.cs.

7  {
8  scope.Register<ISystemModule, SpatialModule>();
9  }

The documentation for this class was generated from the following file: