[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.MssqlSchemaProvider.ForeignKeyData

MssqlSchemaProvider.ForeignKeyData Struct

Represents the schema data for the foreign key.

Namespace: GrapeCity.ActiveReports.ReportsCore.Data.DataProviders
Assembly: MESCIUS.ActiveReports.dll
Syntax
protected struct MssqlSchemaProvider.ForeignKeyData

Constructors

Name Description
ForeignKeyData(string, string, string, string, string, IEnumerable<Relation>)

Fields

Name Description
Name

Gets the foreign key constraint name specified in database.

Relations

Gets foreign key relations.

SourceTableName

Gets the table name of the constraint belongs to.

SourceTableSchema

Gets the schema name of table the constraint belongs to.

TargetTableName

Gets the table name the constraint is referenced to.

TargetTableSchema

Gets the schema name of table the constraint is referenced to.

Extension Methods