SqlServerMetadataExtensions 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.
SQL Server specific extension methods for metadata.
public static class SqlServerMetadataExtensions
type SqlServerMetadataExtensions = class
Public Module SqlServerMetadataExtensions
- Inheritance
-
SqlServerMetadataExtensions
Methods
SqlServer(IEntityType) |
Gets the SQL Server specific metadata for an entity. |
SqlServer(IForeignKey) |
Gets the SQL Server specific metadata for a foreign key. |
SqlServer(IIndex) |
Gets the SQL Server specific metadata for an index. |
SqlServer(IKey) |
Gets the SQL Server specific metadata for a key. |
SqlServer(IModel) |
Gets the SQL Server specific metadata for a model. |
SqlServer(IMutableEntityType) |
Gets the SQL Server specific metadata for an entity. |
SqlServer(IMutableForeignKey) |
Gets the SQL Server specific metadata for a foreign key. |
SqlServer(IMutableIndex) |
Gets the SQL Server specific metadata for an index. |
SqlServer(IMutableKey) |
Gets the SQL Server specific metadata for a key. |
SqlServer(IMutableModel) |
Gets the SQL Server specific metadata for a model. |
SqlServer(IMutableProperty) |
Gets the SQL Server specific metadata for a property. |
SqlServer(IProperty) |
Gets the SQL Server specific metadata for a property. |
Applies to
Entity Framework