SqlitePropertyExtensions.SetGeometricDimension 方法

定義

多載

SetGeometricDimension(IMutableProperty, String)

設定建立此屬性之資料行時要使用的維度。

SetGeometricDimension(IConventionProperty, String, Boolean)

設定建立此屬性之資料行時要使用的維度。

SetGeometricDimension(IMutableProperty, String)

設定建立此屬性之資料行時要使用的維度。

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)

參數

property
IMutableProperty

屬性。

value
String

維度。

適用於

SetGeometricDimension(IConventionProperty, String, Boolean)

設定建立此屬性之資料行時要使用的維度。

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)

參數

property
IConventionProperty

屬性。

value
String

維度。

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

適用於