C# 클래스 Store.SchemaInformation

There are no comments for SchemaInformation in the schema.
상속: global::System.Data.Entity.Core.Objects.ObjectContext
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net

공개 메소드들

메소드 설명
AddToFunctionParameters ( Parameter parameter ) : void

There are no comments for FunctionParameters in the schema.

AddToFunctions ( Function function ) : void

There are no comments for Functions in the schema.

AddToProcedureParameters ( Parameter parameter ) : void

There are no comments for ProcedureParameters in the schema.

AddToProcedures ( Procedure procedure ) : void

There are no comments for Procedures in the schema.

AddToTableColumns ( Column column ) : void

There are no comments for TableColumns in the schema.

AddToTableConstraints ( Constraint constraint ) : void

There are no comments for TableConstraints in the schema.

AddToTableForeignKeys ( ForeignKey foreignKey ) : void

There are no comments for TableForeignKeys in the schema.

AddToTables ( Table table ) : void

There are no comments for Tables in the schema.

AddToViewColumns ( Column column ) : void

There are no comments for ViewColumns in the schema.

AddToViewConstraints ( Constraint constraint ) : void

There are no comments for ViewConstraints in the schema.

AddToViewForeignKeys ( ForeignKey foreignKey ) : void

There are no comments for ViewForeignKeys in the schema.

AddToViews ( View view ) : void

There are no comments for Views in the schema.

SchemaInformation ( )

Initializes a new SchemaInformation object using the connection string found in the 'SchemaInformation' section of the application configuration file.

SchemaInformation ( global connection )

Initialize a new SchemaInformation object.

SchemaInformation ( string connectionString )

Initialize a new SchemaInformation object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToFunctionParameters() 공개 메소드

There are no comments for FunctionParameters in the schema.
public AddToFunctionParameters ( Parameter parameter ) : void
parameter Parameter
리턴 void

AddToFunctions() 공개 메소드

There are no comments for Functions in the schema.
public AddToFunctions ( Function function ) : void
function Function
리턴 void

AddToProcedureParameters() 공개 메소드

There are no comments for ProcedureParameters in the schema.
public AddToProcedureParameters ( Parameter parameter ) : void
parameter Parameter
리턴 void

AddToProcedures() 공개 메소드

There are no comments for Procedures in the schema.
public AddToProcedures ( Procedure procedure ) : void
procedure Procedure
리턴 void

AddToTableColumns() 공개 메소드

There are no comments for TableColumns in the schema.
public AddToTableColumns ( Column column ) : void
column Column
리턴 void

AddToTableConstraints() 공개 메소드

There are no comments for TableConstraints in the schema.
public AddToTableConstraints ( Constraint constraint ) : void
constraint Constraint
리턴 void

AddToTableForeignKeys() 공개 메소드

There are no comments for TableForeignKeys in the schema.
public AddToTableForeignKeys ( ForeignKey foreignKey ) : void
foreignKey ForeignKey
리턴 void

AddToTables() 공개 메소드

There are no comments for Tables in the schema.
public AddToTables ( Table table ) : void
table Table
리턴 void

AddToViewColumns() 공개 메소드

There are no comments for ViewColumns in the schema.
public AddToViewColumns ( Column column ) : void
column Column
리턴 void

AddToViewConstraints() 공개 메소드

There are no comments for ViewConstraints in the schema.
public AddToViewConstraints ( Constraint constraint ) : void
constraint Constraint
리턴 void

AddToViewForeignKeys() 공개 메소드

There are no comments for ViewForeignKeys in the schema.
public AddToViewForeignKeys ( ForeignKey foreignKey ) : void
foreignKey ForeignKey
리턴 void

AddToViews() 공개 메소드

There are no comments for Views in the schema.
public AddToViews ( View view ) : void
view View
리턴 void

SchemaInformation() 공개 메소드

Initializes a new SchemaInformation object using the connection string found in the 'SchemaInformation' section of the application configuration file.
public SchemaInformation ( )

SchemaInformation() 공개 메소드

Initialize a new SchemaInformation object.
public SchemaInformation ( global connection )
connection global

SchemaInformation() 공개 메소드

Initialize a new SchemaInformation object.
public SchemaInformation ( string connectionString )
connectionString string