C# Class weedstudio.exts.DbContextEx

Inheritance: Noear.Weed.DbContext
ファイルを表示 Open project: noear/Weed3 Class Usage Examples

Public Properties

Property Type Description
atts string>.Dictionary

Public Methods

Method Description
DbContextEx ( string schemaName, string name ) : System

Protected Methods

Method Description
doInit ( string schemaName, string connectionString, System.Data.Common.DbProviderFactory provider ) : void

Method Details

DbContextEx() public method

public DbContextEx ( string schemaName, string name ) : System
schemaName string
name string
return System

doInit() protected method

protected doInit ( string schemaName, string connectionString, System.Data.Common.DbProviderFactory provider ) : void
schemaName string
connectionString string
provider System.Data.Common.DbProviderFactory
return void

Property Details

atts public_oe property

public Dictionary atts
return string>.Dictionary