C# Class Store.SchemaInformation

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

Public Methods

Method 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

Method Description
OnContextCreated ( ) : void

Method Details

AddToFunctionParameters() public method

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

AddToFunctions() public method

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

AddToProcedureParameters() public method

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

AddToProcedures() public method

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

AddToTableColumns() public method

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

AddToTableConstraints() public method

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

AddToTableForeignKeys() public method

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

AddToTables() public method

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

AddToViewColumns() public method

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

AddToViewConstraints() public method

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

AddToViewForeignKeys() public method

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

AddToViews() public method

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

SchemaInformation() public method

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

SchemaInformation() public method

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

SchemaInformation() public method

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