C# Класс Store.SchemaInformation

There are no comments for SchemaInformation in the schema.
Наследование: global::System.Data.Entity.Core.Objects.ObjectContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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