SqlitePropertyExtensions.SetSrid Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
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.
- fromDataAnnotation
- Boolean
Indica se a configuração foi especificada usando uma anotação de dados.
Retornos
Aplica-se a
Entity Framework