Aracılığıyla paylaş


SqlitePropertyExtensions.SetSrid Yöntem

Tanım

Aşırı Yüklemeler

SetSrid(IMutableProperty, Nullable<Int32>)

Bu özellik için sütun oluştururken kullanılacak SRID'yi ayarlar.

SetSrid(IConventionProperty, Nullable<Int32>, Boolean)

Bu özellik için sütun oluştururken kullanılacak SRID'yi ayarlar.

SetSrid(IMutableProperty, Nullable<Int32>)

Bu özellik için sütun oluştururken kullanılacak SRID'yi ayarlar.

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))

Parametreler

property
IMutableProperty

Özellik.

value
Nullable<Int32>

The SRID.

Şunlara uygulanır

SetSrid(IConventionProperty, Nullable<Int32>, Boolean)

Bu özellik için sütun oluştururken kullanılacak SRID'yi ayarlar.

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)

Parametreler

property
IConventionProperty

Özellik.

value
Nullable<Int32>

The SRID.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmediğinden emin olun.

Döndürülenler

Şunlara uygulanır