SqlServerMetadataExtensions.SqlServer Método

Definição

Sobrecargas

SqlServer(IEntityType)

Obtém os metadados específicos SQL Server para uma entidade.

SqlServer(IForeignKey)

Obtém os metadados específicos SQL Server para uma chave estrangeira.

SqlServer(IIndex)

Obtém os metadados específicos SQL Server para um índice.

SqlServer(IKey)

Obtém o SQL Server metadados específicos de uma chave.

SqlServer(IModel)

Obtém os metadados específicos SQL Server para um modelo.

SqlServer(IMutableEntityType)

Obtém os metadados específicos SQL Server para uma entidade.

SqlServer(IMutableForeignKey)

Obtém os metadados específicos SQL Server para uma chave estrangeira.

SqlServer(IMutableIndex)

Obtém os metadados específicos SQL Server para um índice.

SqlServer(IMutableKey)

Obtém o SQL Server metadados específicos de uma chave.

SqlServer(IMutableModel)

Obtém os metadados específicos SQL Server para um modelo.

SqlServer(IMutableProperty)

Obtém o SQL Server metadados específicos de uma propriedade.

SqlServer(IProperty)

Obtém o SQL Server metadados específicos de uma propriedade.

SqlServer(IEntityType)

Obtém os metadados específicos SQL Server para uma entidade.

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

Parâmetros

entityType
IEntityType

A entidade para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a entidade.

Aplica-se a

SqlServer(IForeignKey)

Obtém os metadados específicos SQL Server para uma chave estrangeira.

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

Parâmetros

foreignKey
IForeignKey

A chave estrangeira para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a chave estrangeira.

Aplica-se a

SqlServer(IIndex)

Obtém os metadados específicos SQL Server para um índice.

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

Parâmetros

index
IIndex

O índice para o qual obter metadados.

Retornos

O SQL Server metadados específicos para o índice.

Aplica-se a

SqlServer(IKey)

Obtém o SQL Server metadados específicos de uma chave.

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

Parâmetros

key
IKey

A chave para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a chave.

Aplica-se a

SqlServer(IModel)

Obtém os metadados específicos SQL Server para um modelo.

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

Parâmetros

model
IModel

O modelo para o qual obter metadados.

Retornos

O SQL Server metadados específicos para o modelo.

Aplica-se a

SqlServer(IMutableEntityType)

Obtém os metadados específicos SQL Server para uma entidade.

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

Parâmetros

entityType
IMutableEntityType

A entidade para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a entidade.

Aplica-se a

SqlServer(IMutableForeignKey)

Obtém os metadados específicos SQL Server para uma chave estrangeira.

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

Parâmetros

foreignKey
IMutableForeignKey

A chave estrangeira para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a chave estrangeira.

Aplica-se a

SqlServer(IMutableIndex)

Obtém os metadados específicos SQL Server para um índice.

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

Parâmetros

index
IMutableIndex

O índice para o qual obter metadados.

Retornos

O SQL Server metadados específicos para o índice.

Aplica-se a

SqlServer(IMutableKey)

Obtém o SQL Server metadados específicos de uma chave.

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

Parâmetros

key
IMutableKey

A chave para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a chave.

Aplica-se a

SqlServer(IMutableModel)

Obtém os metadados específicos SQL Server para um modelo.

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

Parâmetros

model
IMutableModel

O modelo para o qual obter metadados.

Retornos

O SQL Server metadados específicos para o modelo.

Aplica-se a

SqlServer(IMutableProperty)

Obtém o SQL Server metadados específicos de uma propriedade.

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

Parâmetros

property
IMutableProperty

A propriedade para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a propriedade .

Aplica-se a

SqlServer(IProperty)

Obtém o SQL Server metadados específicos de uma propriedade.

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

Parâmetros

property
IProperty

A propriedade para a qual obter metadados.

Retornos

O SQL Server metadados específicos para a propriedade .

Aplica-se a