SqlServerMetadataExtensions.SqlServer Methode

Definition

Überlädt

SqlServer(IEntityType)

Ruft die SQL Server spezifischen Metadaten für eine Entität ab.

SqlServer(IForeignKey)

Ruft die SQL Server spezifischen Metadaten für einen Fremdschlüssel ab.

SqlServer(IIndex)

Ruft die SQL Server spezifischen Metadaten für einen Index ab.

SqlServer(IKey)

Ruft die SQL Server spezifischen Metadaten für einen Schlüssel ab.

SqlServer(IModel)

Ruft die SQL Server spezifischen Metadaten für ein Modell ab.

SqlServer(IMutableEntityType)

Ruft die SQL Server spezifischen Metadaten für eine Entität ab.

SqlServer(IMutableForeignKey)

Ruft die SQL Server spezifischen Metadaten für einen Fremdschlüssel ab.

SqlServer(IMutableIndex)

Ruft die SQL Server spezifischen Metadaten für einen Index ab.

SqlServer(IMutableKey)

Ruft die SQL Server spezifischen Metadaten für einen Schlüssel ab.

SqlServer(IMutableModel)

Ruft die SQL Server spezifischen Metadaten für ein Modell ab.

SqlServer(IMutableProperty)

Ruft die SQL Server spezifischen Metadaten für eine Eigenschaft ab.

SqlServer(IProperty)

Ruft die SQL Server spezifischen Metadaten für eine Eigenschaft ab.

SqlServer(IEntityType)

Ruft die SQL Server spezifischen Metadaten für eine Entität ab.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IEntityType) As IRelationalEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IEntityType) As ISqlServerEntityTypeAnnotations

Parameter

entityType
IEntityType

Die Entität, für die Metadaten abgerufen werden sollen.

Gibt zurück

Der SQL Server spezifische Metadaten für die Entität.

Gilt für:

SqlServer(IForeignKey)

Ruft die SQL Server spezifischen Metadaten für einen Fremdschlüssel ab.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations
<Extension()>
Public Function SqlServer (foreignKey As IForeignKey) As IRelationalForeignKeyAnnotations

Parameter

foreignKey
IForeignKey

Der Fremdschlüssel, für den Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für den Fremdschlüssel.

Gilt für:

SqlServer(IIndex)

Ruft die SQL Server spezifischen Metadaten für einen Index ab.

public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerIndexAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerIndexAnnotations
<Extension()>
Public Function SqlServer (index As IIndex) As ISqlServerIndexAnnotations

Parameter

index
IIndex

Der Index, für den Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für den Index.

Gilt für:

SqlServer(IKey)

Ruft die SQL Server spezifischen Metadaten für einen Schlüssel ab.

public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerKeyAnnotations
<Extension()>
Public Function SqlServer (key As IKey) As ISqlServerKeyAnnotations

Parameter

key
IKey

Der Schlüssel, für den Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für den Schlüssel.

Gilt für:

SqlServer(IModel)

Ruft die SQL Server spezifischen Metadaten für ein Modell ab.

public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerModelAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerModelAnnotations
<Extension()>
Public Function SqlServer (model As IModel) As ISqlServerModelAnnotations

Parameter

model
IModel

Das Modell, für das Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für das Modell.

Gilt für:

SqlServer(IMutableEntityType)

Ruft die SQL Server spezifischen Metadaten für eine Entität ab.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
public static Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IMutableEntityType) As RelationalEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IMutableEntityType) As SqlServerEntityTypeAnnotations

Parameter

entityType
IMutableEntityType

Die Entität, für die Metadaten abgerufen werden sollen.

Gibt zurück

Der SQL Server spezifische Metadaten für die Entität.

Gilt für:

SqlServer(IMutableForeignKey)

Ruft die SQL Server spezifischen Metadaten für einen Fremdschlüssel ab.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations
<Extension()>
Public Function SqlServer (foreignKey As IMutableForeignKey) As RelationalForeignKeyAnnotations

Parameter

foreignKey
IMutableForeignKey

Der Fremdschlüssel, für den Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für den Fremdschlüssel.

Gilt für:

SqlServer(IMutableIndex)

Ruft die SQL Server spezifischen Metadaten für einen Index ab.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
<Extension()>
Public Function SqlServer (index As IMutableIndex) As SqlServerIndexAnnotations

Parameter

index
IMutableIndex

Der Index, für den Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für den Index.

Gilt für:

SqlServer(IMutableKey)

Ruft die SQL Server spezifischen Metadaten für einen Schlüssel ab.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
<Extension()>
Public Function SqlServer (key As IMutableKey) As SqlServerKeyAnnotations

Parameter

key
IMutableKey

Der Schlüssel, für den Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für den Schlüssel.

Gilt für:

SqlServer(IMutableModel)

Ruft die SQL Server spezifischen Metadaten für ein Modell ab.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerModelAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> Microsoft.EntityFrameworkCore.Metadata.SqlServerModelAnnotations
<Extension()>
Public Function SqlServer (model As IMutableModel) As SqlServerModelAnnotations

Parameter

model
IMutableModel

Das Modell, für das Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für das Modell.

Gilt für:

SqlServer(IMutableProperty)

Ruft die SQL Server spezifischen Metadaten für eine Eigenschaft ab.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
<Extension()>
Public Function SqlServer (property As IMutableProperty) As SqlServerPropertyAnnotations

Parameter

property
IMutableProperty

Die Eigenschaft, für die Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für die Eigenschaft.

Gilt für:

SqlServer(IProperty)

Ruft die SQL Server spezifischen Metadaten für eine Eigenschaft ab.

public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerPropertyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerPropertyAnnotations
<Extension()>
Public Function SqlServer (property As IProperty) As ISqlServerPropertyAnnotations

Parameter

property
IProperty

Die Eigenschaft, für die Metadaten abgerufen werden sollen.

Gibt zurück

Die SQL Server spezifische Metadaten für die Eigenschaft.

Gilt für: