C# Class NLite.Data.Schema.Script.Generator.SqlServerScriptGenerator

Inheritance: DatabaseScriptGenerator
Datei anzeigen Open project: netcasewqs/elinq

Protected Methods

Method Description
BuildSchemaScript ( IEntityMapping mappings ) : string[]
RegisterColumnTypes ( ) : void

Method Details

BuildSchemaScript() protected method

protected BuildSchemaScript ( IEntityMapping mappings ) : string[]
mappings IEntityMapping
return string[]

RegisterColumnTypes() protected method

protected RegisterColumnTypes ( ) : void
return void