SqlitePropertyExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
SQLite 中繼資料的 IProperty 擴充方法。
public static class SqlitePropertyExtensions
type SqlitePropertyExtensions = class
Public Module SqlitePropertyExtensions
- 繼承
-
SqlitePropertyExtensions
備註
如需詳細資訊和範例,請參閱使用 EF Core 建立實體類型和關聯性的模型化,以及 使用 EF Core 存取 SQLite 資料庫 。
方法
GetGeometricDimension(IProperty) |
傳回建立此屬性之資料行時要使用的維度。 |
GetGeometricDimensionConfigurationSource(IConventionProperty) |
ConfigurationSource取得資料行維度的 。 |
GetSrid(IProperty, StoreObjectIdentifier) |
傳回建立此屬性之資料行時要使用的 SRID。 |
GetSrid(IProperty) |
傳回建立此屬性之資料行時要使用的 SRID。 |
GetSrid(IReadOnlyProperty, StoreObjectIdentifier) |
傳回建立此屬性之資料行時要使用的 SRID。 |
GetSrid(IReadOnlyProperty) |
傳回建立此屬性之資料行時要使用的 SRID。 |
GetSridConfigurationSource(IConventionProperty) |
ConfigurationSource取得資料行 SRID 的 。 |
SetGeometricDimension(IConventionProperty, String, Boolean) |
設定建立此屬性之資料行時要使用的維度。 |
SetGeometricDimension(IMutableProperty, String) |
設定建立此屬性之資料行時要使用的維度。 |
SetSrid(IConventionProperty, Nullable<Int32>, Boolean) |
設定在建立此屬性的資料行時要使用的 SRID。 |
SetSrid(IMutableProperty, Nullable<Int32>) |
設定在建立此屬性的資料行時要使用的 SRID。 |