RelationalMetadataExtensions Class

Definition

Relational database specific extension methods for metadata.

public static class RelationalMetadataExtensions
type RelationalMetadataExtensions = class
Public Module RelationalMetadataExtensions
Inheritance
RelationalMetadataExtensions

Methods

Relational(IEntityType)

Gets the relational database specific metadata for an entity.

Relational(IForeignKey)

Gets the relational database specific metadata for a foreign key.

Relational(IIndex)

Gets the relational database specific metadata for an index.

Relational(IKey)

Gets the relational database specific metadata for a key.

Relational(IModel)

Gets the relational database specific metadata for a model.

Relational(IMutableEntityType)

Gets the relational database specific metadata for an entity.

Relational(IMutableForeignKey)

Gets the relational database specific metadata for a foreign key.

Relational(IMutableIndex)

Gets the relational database specific metadata for an index.

Relational(IMutableKey)

Gets the relational database specific metadata for a key.

Relational(IMutableModel)

Gets the relational database specific metadata for a model.

Relational(IMutableProperty)

Gets the relational database specific metadata for a property.

Relational(IProperty)

Gets the relational database specific metadata for a property.

Applies to