CosmosPropertyExtensions.SetPropertyName Método

Definição

Sobrecargas

SetPropertyName(IMutableProperty, String)

Define o nome da propriedade usado ao direcionar o Cosmos.

SetPropertyName(IConventionProperty, String, Boolean)

Define o nome da propriedade usado ao direcionar o Cosmos.

SetPropertyName(IMutableProperty, String)

Define o nome da propriedade usado ao direcionar o Cosmos.

public static void SetPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string name);
static member SetPropertyName : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * string -> unit
<Extension()>
Public Sub SetPropertyName (property As IMutableProperty, name As String)

Parâmetros

property
IMutableProperty

A propriedade.

name
String

O nome a ser definido.

Aplica-se a

SetPropertyName(IConventionProperty, String, Boolean)

Define o nome da propriedade usado ao direcionar o Cosmos.

public static void SetPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string name, bool fromDataAnnotation = false);
static member SetPropertyName : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> unit
<Extension()>
Public Sub SetPropertyName (property As IConventionProperty, name As String, Optional fromDataAnnotation As Boolean = false)

Parâmetros

property
IConventionProperty

A propriedade.

name
String

O nome a ser definido.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Aplica-se a