SqlitePropertyExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, StoreObjectIdentifier) |
Returns the SRID to use when creating a column for this property. |
GetSrid(IProperty) |
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. |
GetSrid(IReadOnlyProperty) |
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
Entity Framework