RelationalMetadataExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework