SqlitePropertyExtensions.SetGeometricDimension Yöntem

Tanım

Aşırı Yüklemeler

SetGeometricDimension(IMutableProperty, String)

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

SetGeometricDimension(IConventionProperty, String, Boolean)

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

SetGeometricDimension(IMutableProperty, String)

Kaynak:
SqlitePropertyExtensions.cs
Kaynak:
SqlitePropertyExtensions.cs

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

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

Parametreler

property
IMutableProperty

Özellik.

value
String

Boyut.

Şunlara uygulanır

SetGeometricDimension(IConventionProperty, String, Boolean)

Kaynak:
SqlitePropertyExtensions.cs
Kaynak:
SqlitePropertyExtensions.cs

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

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

Parametreler

property
IConventionProperty

Özellik.

value
String

Boyut.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösterir.

Şunlara uygulanır