IRelationalModelAnnotations Interface

Definition

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 null if none has been explicitly set.

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