Share via


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

屬性。

傳回

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

適用於