SqliteComplexTypePropertyBuilderExtensions Class

Definition

SQLite-specific extension methods for ComplexTypePropertyBuilder.

public static class SqliteComplexTypePropertyBuilderExtensions
type SqliteComplexTypePropertyBuilderExtensions = class
Public Module SqliteComplexTypePropertyBuilderExtensions
Inheritance
SqliteComplexTypePropertyBuilderExtensions

Remarks

See Modeling entity types and relationships, and Accessing SQLite databases with EF Core for more information and examples.

Methods

HasSrid(ComplexTypePropertyBuilder, Int32)

Configures the SRID of the column that the property maps to when targeting SQLite.

HasSrid<TProperty>(ComplexTypePropertyBuilder<TProperty>, Int32)

Configures the SRID of the column that the property maps to when targeting SQLite.

Applies to