C# Class VelocityDB.LINQPad.VelocityDBBuilder

Afficher le fichier Open project: VelocityDB/VelocityDB Class Usage Examples

Méthodes publiques

Méthode Description
BuildAssembly ( AssemblyName pAssemblyName, string pNamespace, string pTypeName ) : void
BuildSchema ( ) : List
VelocityDBBuilder ( VelocityDBDynamicDriver pDriver, VelocityDBProperties pProperties ) : LINQPad.Extensibility.DataContext

Private Methods

Méthode Description
GetChildItem ( ExplorerItem>.ILookup pItemLookup, Type lType, MemberInfo pMember ) : LINQPad.Extensibility.DataContext.ExplorerItem

Method Details

BuildAssembly() public méthode

public BuildAssembly ( AssemblyName pAssemblyName, string pNamespace, string pTypeName ) : void
pAssemblyName System.Reflection.AssemblyName
pNamespace string
pTypeName string
Résultat void

BuildSchema() public méthode

public BuildSchema ( ) : List
Résultat List

VelocityDBBuilder() public méthode

public VelocityDBBuilder ( VelocityDBDynamicDriver pDriver, VelocityDBProperties pProperties ) : LINQPad.Extensibility.DataContext
pDriver VelocityDBDynamicDriver
pProperties VelocityDBProperties
Résultat LINQPad.Extensibility.DataContext