ISqlitePropertyAnnotations 接口

定义

通过 Sqlite(IProperty)访问的特定于 SQLite 的 API 批注。

public interface ISqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations
type ISqlitePropertyAnnotations = interface
    interface IRelationalPropertyAnnotations
Public Interface ISqlitePropertyAnnotations
Implements IRelationalPropertyAnnotations
派生
实现

属性

ColumnName

属性映射到的列的名称。

(继承自 IRelationalPropertyAnnotations)
ColumnType

属性映射到的列的数据库类型。

(继承自 IRelationalPropertyAnnotations)
ComputedColumnSql

为此属性创建列时应使用的计算约束 SQL 表达式。

(继承自 IRelationalPropertyAnnotations)
DefaultValue

为此属性创建列时要在列定义中使用的默认值。

(继承自 IRelationalPropertyAnnotations)
DefaultValueSql

为此属性创建列时应使用的默认约束 SQL 表达式。

(继承自 IRelationalPropertyAnnotations)
Dimension

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

IsFixedLength

一个标志,指示 属性是否能够仅存储固定长度的数据,例如字符串。

(继承自 IRelationalPropertyAnnotations)
Srid

获取在为此属性创建列时要使用的 SRID。

适用于