SqlitePropertyExtensions.GetGeometricDimension(IProperty) 方法

定义

返回为此属性创建列时要使用的维度。

public static string GetGeometricDimension (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetGeometricDimension : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetGeometricDimension (property As IProperty) As String

参数

property
IProperty

属性。

返回

为此属性创建列时要使用的维度。

适用于