C# Class Store.SchemaInformation

There are no comments for SchemaInformation in the schema.
Inheritance: global::System.Data.Entity.Core.Objects.ObjectContext
Afficher le fichier Open project: elevate/mysqlconnector-.net

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToFunctionParameters() public méthode

There are no comments for FunctionParameters in the schema.
public AddToFunctionParameters ( Parameter parameter ) : void
parameter Parameter
Résultat void

AddToFunctions() public méthode

There are no comments for Functions in the schema.
public AddToFunctions ( Function function ) : void
function Function
Résultat void

AddToProcedureParameters() public méthode

There are no comments for ProcedureParameters in the schema.
public AddToProcedureParameters ( Parameter parameter ) : void
parameter Parameter
Résultat void

AddToProcedures() public méthode

There are no comments for Procedures in the schema.
public AddToProcedures ( Procedure procedure ) : void
procedure Procedure
Résultat void

AddToTableColumns() public méthode

There are no comments for TableColumns in the schema.
public AddToTableColumns ( Column column ) : void
column Column
Résultat void

AddToTableConstraints() public méthode

There are no comments for TableConstraints in the schema.
public AddToTableConstraints ( Constraint constraint ) : void
constraint Constraint
Résultat void

AddToTableForeignKeys() public méthode

There are no comments for TableForeignKeys in the schema.
public AddToTableForeignKeys ( ForeignKey foreignKey ) : void
foreignKey ForeignKey
Résultat void

AddToTables() public méthode

There are no comments for Tables in the schema.
public AddToTables ( Table table ) : void
table Table
Résultat void

AddToViewColumns() public méthode

There are no comments for ViewColumns in the schema.
public AddToViewColumns ( Column column ) : void
column Column
Résultat void

AddToViewConstraints() public méthode

There are no comments for ViewConstraints in the schema.
public AddToViewConstraints ( Constraint constraint ) : void
constraint Constraint
Résultat void

AddToViewForeignKeys() public méthode

There are no comments for ViewForeignKeys in the schema.
public AddToViewForeignKeys ( ForeignKey foreignKey ) : void
foreignKey ForeignKey
Résultat void

AddToViews() public méthode

There are no comments for Views in the schema.
public AddToViews ( View view ) : void
view View
Résultat void

SchemaInformation() public méthode

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

SchemaInformation() public méthode

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

SchemaInformation() public méthode

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