SqlitePropertyExtensions Class

Definition

Extension methods for IProperty for SQLite metadata.

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

Remarks

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

Methods

GetGeometricDimension(IProperty)

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

GetGeometricDimensionConfigurationSource(IConventionProperty)

Gets the ConfigurationSource for the column dimension.

GetSrid(IProperty)

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

GetSrid(IProperty, StoreObjectIdentifier)

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

GetSrid(IReadOnlyProperty)

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

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

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

GetSridConfigurationSource(IConventionProperty)

Gets the ConfigurationSource for the column SRID.

SetGeometricDimension(IConventionProperty, String, Boolean)

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

SetGeometricDimension(IMutableProperty, String)

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

SetSrid(IConventionProperty, Nullable<Int32>, Boolean)

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

SetSrid(IMutableProperty, Nullable<Int32>)

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

Applies to