SqlitePropertyExtensions.SetSrid Método

Definição

Sobrecargas

SetSrid(IMutableProperty, Nullable<Int32>)

Define o SRID a ser usado ao criar uma coluna para essa propriedade.

SetSrid(IConventionProperty, Nullable<Int32>, Boolean)

Define o SRID a ser usado ao criar uma coluna para essa propriedade.

SetSrid(IMutableProperty, Nullable<Int32>)

Define o SRID a ser usado ao criar uma coluna para essa propriedade.

public static void SetSrid (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? value);
static member SetSrid : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetSrid (property As IMutableProperty, value As Nullable(Of Integer))

Parâmetros

property
IMutableProperty

A propriedade.

value
Nullable<Int32>

O SRID.

Aplica-se a

SetSrid(IConventionProperty, Nullable<Int32>, Boolean)

Define o SRID a ser usado ao criar uma coluna para essa propriedade.

public static void SetSrid (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? value, bool fromDataAnnotation = false);
public static int? SetSrid (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? value, bool fromDataAnnotation = false);
static member SetSrid : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> unit
static member SetSrid : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetSrid (property As IConventionProperty, value As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetSrid (property As IConventionProperty, value As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

Parâmetros

property
IConventionProperty

A propriedade.

value
Nullable<Int32>

O SRID.

fromDataAnnotation
Boolean

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

Retornos

Aplica-se a