SqlitePropertyExtensions 类

定义

SQLite 元数据的 扩展 IProperty 方法。

public static class SqlitePropertyExtensions
type SqlitePropertyExtensions = class
Public Module SqlitePropertyExtensions
继承
SqlitePropertyExtensions

注解

有关详细信息和示例,请参阅为实体类型和关系建模和使用 EF Core 访问 SQLite 数据库

方法

GetGeometricDimension(IProperty)

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

GetGeometricDimensionConfigurationSource(IConventionProperty)

获取 ConfigurationSource 列维度的 。

GetSrid(IProperty)

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

GetSrid(IProperty, StoreObjectIdentifier)

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

GetSrid(IReadOnlyProperty)

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

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

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

GetSridConfigurationSource(IConventionProperty)

ConfigurationSource获取列 SRID 的 。

SetGeometricDimension(IConventionProperty, String, Boolean)

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

SetGeometricDimension(IMutableProperty, String)

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

SetSrid(IConventionProperty, Nullable<Int32>, Boolean)

设置为此属性创建列时要使用的 SRID。

SetSrid(IMutableProperty, Nullable<Int32>)

设置为此属性创建列时要使用的 SRID。

适用于