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

Static Public Member Functions

static UserType GetUserType (this IQuery context, ObjectName typeName)
 

Detailed Description

Definition at line 22 of file QueryExtensions.cs.

Member Function Documentation

static UserType Deveel.Data.Types.QueryExtensions.GetUserType ( this IQuery  context,
ObjectName  typeName 
)
inlinestatic

Definition at line 23 of file QueryExtensions.cs.

23  {
24  return context.GetObject(DbObjectType.Type, typeName) as UserType;
25  }
DbObjectType
The kind of objects that can be handled by a database system and its managers
Definition: DbObjectType.cs:27

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