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

指示配置是否是使用数据注释指定的。

适用于