DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
ScopeExtensions.cs
Go to the documentation of this file.
1 using System;
2 
3 using Deveel.Data.Services;
4 
5 namespace Deveel.Data.Xml {
6  public static class ScopeExtensions {
7  public static void UseXml(this IScope scope) {
9  }
10  }
11 }
static void UseXml(this IScope scope)
void Register(ServiceRegistration registration)