RelationalAnnotationProvider.For Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
For(IRelationalModel, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IRelationalModelab. |
For(ISequence, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISequenceab. |
For(ISqlQuery, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryab. |
For(ISqlQueryColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryColumnab. |
For(IStoreFunction, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionab. |
For(IStoreFunctionParameter, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionParameterab. |
For(IStoreStoredProcedure, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureab. |
For(IStoreStoredProcedureParameter, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureParameterab. |
For(IStoreStoredProcedureResultColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureResultColumnab. |
For(ITable, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ITableab. |
For(ITableIndex, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ITableIndexab. |
For(ITrigger, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ITriggerab. |
For(IUniqueConstraint, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IUniqueConstraintab. |
For(IFunctionColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab. |
For(IForeignKeyConstraint, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab. |
For(IColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab. |
For(ICheckConstraint, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab. |
For(ICheckConstraint) |
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab. |
For(IColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab. |
For(IForeignKeyConstraint) |
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab. |
For(IFunctionColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab. |
For(IRelationalModel) |
Ruft anbieterspezifische Anmerkungen für die angegebene IRelationalModelab. |
For(ISequence) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISequenceab. |
For(IView, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab. |
For(ISqlQuery) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryab. |
For(IStoreFunction) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionab. |
For(ITable) |
Ruft anbieterspezifische Anmerkungen für die angegebene ITableab. |
For(ITableIndex) |
Ruft anbieterspezifische Anmerkungen für die angegebene ITableIndexab. |
For(IUniqueConstraint) |
Ruft anbieterspezifische Anmerkungen für die angegebene IUniqueConstraintab. |
For(IView) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab. |
For(IViewColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab. |
For(ISqlQueryColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryColumnab. |
For(IViewColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab. |
For(IRelationalModel, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IRelationalModelab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IRelationalModel model, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (model As IRelationalModel, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- model
- IRelationalModel
Das Datenbankmodell.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ISequence, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ISequenceab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISequence * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISequence * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sequence As ISequence, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- sequence
- ISequence
Die Sequenz.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ISqlQuery, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQuery sqlQuery, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sqlQuery As ISqlQuery, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- sqlQuery
- ISqlQuery
Die SQL-Abfrage.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ISqlQueryColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As ISqlQueryColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- column
- ISqlQueryColumn
Die Spalte.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IStoreFunction, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreFunction function, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (function As IStoreFunction, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- function
- IStoreFunction
Die Funktion.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IStoreFunctionParameter, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionParameterab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter parameter, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (parameter As IStoreFunctionParameter, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- parameter
- IStoreFunctionParameter
Der -Parameter.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IStoreStoredProcedure, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure storedProcedure, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (storedProcedure As IStoreStoredProcedure, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- storedProcedure
- IStoreStoredProcedure
Die gespeicherte Prozedur.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IStoreStoredProcedureParameter, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureParameterab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter parameter, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (parameter As IStoreStoredProcedureParameter, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- parameter
- IStoreStoredProcedureParameter
Der -Parameter.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IStoreStoredProcedureResultColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureResultColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IStoreStoredProcedureResultColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
Die Ergebnisspalte.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ITable, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITable table, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITable * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITable * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (table As ITable, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- table
- ITable
Die Tabelle.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ITableIndex, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableIndexab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITableIndex index, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (index As ITableIndex, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- index
- ITableIndex
Der Index.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ITrigger, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ITriggerab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITrigger * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITrigger * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (trigger As ITrigger, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- trigger
- ITrigger
Der Trigger.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IUniqueConstraint, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IUniqueConstraintab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint constraint, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (constraint As IUniqueConstraint, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- constraint
- IUniqueConstraint
Die unique-Einschränkung.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IFunctionColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IFunctionColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- column
- IFunctionColumn
Die Spalte.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IForeignKeyConstraint, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint foreignKey, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (foreignKey As IForeignKeyConstraint, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- foreignKey
- IForeignKeyConstraint
Der Fremdschlüssel.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- column
- IColumn
Die Spalte.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ICheckConstraint, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (checkConstraint As ICheckConstraint, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- checkConstraint
- ICheckConstraint
Die Check-Einschränkung.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ICheckConstraint)
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (checkConstraint As ICheckConstraint) As IEnumerable(Of IAnnotation)
Parameter
- checkConstraint
- ICheckConstraint
Die Check-Einschränkung.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- IColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IForeignKeyConstraint)
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint foreignKey);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (foreignKey As IForeignKeyConstraint) As IEnumerable(Of IAnnotation)
Parameter
- foreignKey
- IForeignKeyConstraint
Der Fremdschlüssel.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IFunctionColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IFunctionColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- IFunctionColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IRelationalModel)
Ruft anbieterspezifische Anmerkungen für die angegebene IRelationalModelab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IRelationalModel model);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (model As IRelationalModel) As IEnumerable(Of IAnnotation)
Parameter
- model
- IRelationalModel
Das Datenbankmodell.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ISequence)
Ruft anbieterspezifische Anmerkungen für die angegebene ISequenceab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sequence As ISequence) As IEnumerable(Of IAnnotation)
Parameter
- sequence
- ISequence
Die Sequenz.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IView, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IView view, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IView * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IView * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (view As IView, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- view
- IView
Die Ansicht.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ISqlQuery)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQuery sqlQuery);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sqlQuery As ISqlQuery) As IEnumerable(Of IAnnotation)
Parameter
- sqlQuery
- ISqlQuery
Die SQL-Abfrage.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IStoreFunction)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreFunction function);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (function As IStoreFunction) As IEnumerable(Of IAnnotation)
Parameter
- function
- IStoreFunction
Die Funktion.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ITable)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITable table);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITable -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITable -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (table As ITable) As IEnumerable(Of IAnnotation)
Parameter
- table
- ITable
Die Tabelle.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ITableIndex)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableIndexab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITableIndex index);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (index As ITableIndex) As IEnumerable(Of IAnnotation)
Parameter
- index
- ITableIndex
Der Index.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IUniqueConstraint)
Ruft anbieterspezifische Anmerkungen für die angegebene IUniqueConstraintab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint constraint);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (constraint As IUniqueConstraint) As IEnumerable(Of IAnnotation)
Parameter
- constraint
- IUniqueConstraint
Die unique-Einschränkung.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IView)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IView view);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IView -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IView -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (view As IView) As IEnumerable(Of IAnnotation)
Parameter
- view
- IView
Die Ansicht.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IViewColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IViewColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IViewColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- IViewColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(ISqlQueryColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As ISqlQueryColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- ISqlQueryColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
For(IViewColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IViewColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IViewColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- column
- IViewColumn
Die Spalte.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Implementiert
Gilt für:
Entity Framework