IRelationalModelAnnotations Interface
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.
API for relational-specific annotations accessed through Relational(IModel).
public interface IRelationalModelAnnotations
type IRelationalModelAnnotations = interface
Public Interface IRelationalModelAnnotations
- Derived
Properties
DatabaseName | |
DbFunctions |
All IDbFunctions contained in the model. |
DefaultSchema |
The default schema to use for the model, or |
Sequences |
All ISequences contained in the model. |
Methods
FindDbFunction(MethodInfo) |
Finds a IDbFunction that is mapped to the method represented by the given MethodInfo. |
FindSequence(String, String) |
Finds an ISequence with the given name. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework