C# Class NLite.Data.Schema.Loader.OledbSchemaLoader

Inheritance: NLite.Data.Schema.Loader.SchemaLoader
ファイルを表示 Open project: netcasewqs/elinq

Public Methods

Method Description
Load ( DbConfiguration cfg ) : IDatabaseSchema

Protected Methods

Method Description
ParseDbType ( int strColumnType ) : DBType
ParseType ( DBType dbType ) : Type

Method Details

Load() public method

public Load ( DbConfiguration cfg ) : IDatabaseSchema
cfg DbConfiguration
return IDatabaseSchema

ParseDbType() protected method

protected ParseDbType ( int strColumnType ) : DBType
strColumnType int
return DBType

ParseType() protected method

protected ParseType ( DBType dbType ) : Type
dbType DBType
return System.Type