IRelationalAnnotationProvider.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(ICheckConstraint) |
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab. |
For(IColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab. |
For(IForeignKeyConstraint, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab. |
For(IFunctionColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab. |
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(ICheckConstraint, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab. |
For(IStoreFunction, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionab. |
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(IStoreFunctionParameter, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionParameterab. |
For(IView, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab. |
For(IViewColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab. |
For(IUniqueConstraint) |
Ruft anbieterspezifische Anmerkungen für die angegebene IUniqueConstraintab. |
For(IColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab. |
For(IEntityType) | |
For(IForeignKey) | |
For(IForeignKeyConstraint) |
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab. |
For(IFunctionColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab. |
For(IIndex) | |
For(IKey) | |
For(IView) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab. |
For(IModel) | |
For(IRelationalModel) |
Ruft anbieterspezifische Anmerkungen für die angegebene IRelationalModelab. |
For(ISequence) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISequenceab. |
For(ISqlQuery) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryab. |
For(ISqlQueryColumn) |
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryColumnab. |
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(IProperty) | |
For(IViewColumn, Boolean) |
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab. |
For(ICheckConstraint)
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab.
public 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>
Public Function For (checkConstraint As ICheckConstraint) As IEnumerable(Of IAnnotation)
Parameter
- checkConstraint
- ICheckConstraint
Die Check-Einschränkung.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab.
public 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>
Public 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.
Gilt für:
For(IForeignKeyConstraint, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab.
public 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>
Public 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.
Gilt für:
For(IFunctionColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab.
public 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>
Public 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.
Gilt für:
For(IRelationalModel, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IRelationalModelab.
public 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>
Public 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.
Gilt für:
For(ISequence, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ISequenceab.
public 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>
Public 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.
Gilt für:
For(ISqlQuery, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryab.
public 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>
Public 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.
Gilt für:
For(ISqlQueryColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryColumnab.
public 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>
Public 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.
Gilt für:
For(ICheckConstraint, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ICheckConstraintab.
public 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>
Public 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.
Gilt für:
For(IStoreFunction, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionab.
public 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>
Public 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.
Gilt für:
For(IStoreStoredProcedure, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureab.
public 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>
Public 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.
Gilt für:
For(IStoreStoredProcedureParameter, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureParameterab.
public 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>
Public 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.
Gilt für:
For(IStoreStoredProcedureResultColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreStoredProcedureResultColumnab.
public 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>
Public 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.
Gilt für:
For(ITable, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableab.
public 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>
Public 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.
Gilt für:
For(ITableIndex, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableIndexab.
public 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>
Public 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.
Gilt für:
For(ITrigger, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene ITriggerab.
public 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>
Public 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.
Gilt für:
For(IUniqueConstraint, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IUniqueConstraintab.
public 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>
Public Function For (constraint As IUniqueConstraint, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parameter
- constraint
- IUniqueConstraint
Die eindeutige Einschränkung.
- designTime
- Boolean
Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IStoreFunctionParameter, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionParameterab.
public 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>
Public 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.
Gilt für:
For(IView, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab.
public 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>
Public 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.
Gilt für:
For(IViewColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab.
public 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>
Public Function For (column As IViewColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- IViewColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IUniqueConstraint)
Ruft anbieterspezifische Anmerkungen für die angegebene IUniqueConstraintab.
public 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>
Public Function For (constraint As IUniqueConstraint) As IEnumerable(Of IAnnotation)
Parameter
- constraint
- IUniqueConstraint
Die eindeutige Einschränkung.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene IColumnab.
public 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>
Public Function For (column As IColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- IColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IEntityType)
public Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations For (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations
Public Function For (entityType As IEntityType) As IRelationalEntityTypeAnnotations
Parameter
- entityType
- IEntityType
Gibt zurück
Gilt für:
For(IForeignKey)
public Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations For (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations
Public Function For (foreignKey As IForeignKey) As IRelationalForeignKeyAnnotations
Parameter
- foreignKey
- IForeignKey
Gibt zurück
Gilt für:
For(IForeignKeyConstraint)
Ruft anbieterspezifische Anmerkungen für die angegebene IForeignKeyConstraintab.
public 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>
Public Function For (foreignKey As IForeignKeyConstraint) As IEnumerable(Of IAnnotation)
Parameter
- foreignKey
- IForeignKeyConstraint
Der Fremdschlüssel.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IFunctionColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene IFunctionColumnab.
public 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>
Public Function For (column As IFunctionColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- IFunctionColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IIndex)
public Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations For (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
Public Function For (index As IIndex) As IRelationalIndexAnnotations
Parameter
- index
- IIndex
Gibt zurück
Gilt für:
For(IKey)
public Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations For (Microsoft.EntityFrameworkCore.Metadata.IKey key);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations
Public Function For (key As IKey) As IRelationalKeyAnnotations
Parameter
- key
- IKey
Gibt zurück
Gilt für:
For(IView)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewab.
public 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>
Public Function For (view As IView) As IEnumerable(Of IAnnotation)
Parameter
- view
- IView
Die Ansicht.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IModel)
public Microsoft.EntityFrameworkCore.Metadata.IRelationalModelAnnotations For (Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Metadata.IRelationalModelAnnotations
Public Function For (model As IModel) As IRelationalModelAnnotations
Parameter
- model
- IModel
Gibt zurück
Gilt für:
For(IRelationalModel)
Ruft anbieterspezifische Anmerkungen für die angegebene IRelationalModelab.
public 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>
Public Function For (model As IRelationalModel) As IEnumerable(Of IAnnotation)
Parameter
- model
- IRelationalModel
Das Datenbankmodell.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(ISequence)
Ruft anbieterspezifische Anmerkungen für die angegebene ISequenceab.
public 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>
Public Function For (sequence As ISequence) As IEnumerable(Of IAnnotation)
Parameter
- sequence
- ISequence
Die Sequenz.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(ISqlQuery)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryab.
public 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>
Public Function For (sqlQuery As ISqlQuery) As IEnumerable(Of IAnnotation)
Parameter
- sqlQuery
- ISqlQuery
Die SQL-Abfrage.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(ISqlQueryColumn)
Ruft anbieterspezifische Anmerkungen für die angegebene ISqlQueryColumnab.
public 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>
Public Function For (column As ISqlQueryColumn) As IEnumerable(Of IAnnotation)
Parameter
- column
- ISqlQueryColumn
Die Spalte.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IStoreFunction)
Ruft anbieterspezifische Anmerkungen für die angegebene IStoreFunctionab.
public 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>
Public Function For (function As IStoreFunction) As IEnumerable(Of IAnnotation)
Parameter
- function
- IStoreFunction
Die Funktion.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(ITable)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableab.
public 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>
Public Function For (table As ITable) As IEnumerable(Of IAnnotation)
Parameter
- table
- ITable
Die Tabelle.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(ITableIndex)
Ruft anbieterspezifische Anmerkungen für die angegebene ITableIndexab.
public 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>
Public Function For (index As ITableIndex) As IEnumerable(Of IAnnotation)
Parameter
- index
- ITableIndex
Der Index.
Gibt zurück
Die Anmerkungen.
Gilt für:
For(IProperty)
public Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations For (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations
Public Function For (property As IProperty) As IRelationalPropertyAnnotations
Parameter
- property
- IProperty
Gibt zurück
Gilt für:
For(IViewColumn, Boolean)
Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumnab.
public 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>
Public 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.
Gilt für:
Entity Framework