SqlitePropertyExtensions.SetGeometricDimension 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
指出是否已使用資料批註指定組態。