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

Static Public Member Functions

static InvokeResult Execute (InvokeContext context)
 

Detailed Description

Definition at line 192 of file SystemFunctionsProvider.cs.

Member Function Documentation

static InvokeResult Deveel.Data.Routines.SystemFunctionsProvider.DistinctCount.Execute ( InvokeContext  context)
inlinestatic

Definition at line 193 of file SystemFunctionsProvider.cs.

193  {
194  throw new NotImplementedException();
195  }

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