ISqlitePropertyAnnotations Interface

Definition

API for SQLite-specific annotations accessed through Sqlite(IProperty).

public interface ISqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations
type ISqlitePropertyAnnotations = interface
    interface IRelationalPropertyAnnotations
Public Interface ISqlitePropertyAnnotations
Implements IRelationalPropertyAnnotations
Derived
Implements

Properties

ColumnName

The name of the column to which the property is mapped.

(Inherited from IRelationalPropertyAnnotations)
ColumnType

The database type of the column to which the property is mapped.

(Inherited from IRelationalPropertyAnnotations)
ComputedColumnSql

The computed constraint SQL expression that should be used when creating a column for this property.

(Inherited from IRelationalPropertyAnnotations)
DefaultValue

The default value to use in the definition of the column when creating a column for this property.

(Inherited from IRelationalPropertyAnnotations)
DefaultValueSql

The default constraint SQL expression that should be used when creating a column for this property.

(Inherited from IRelationalPropertyAnnotations)
Dimension

Gets the dimension to use when creating a column for this property.

IsFixedLength

A flag indicating if the property as capable of storing only fixed-length data, such as strings.

(Inherited from IRelationalPropertyAnnotations)
Srid

Gets the SRID to use when creating a column for this property.

Applies to