SqlServerPrimitiveCollectionBuilderExtensions 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.
SQL Server specific extension methods for PrimitiveCollectionBuilder.
public static class SqlServerPrimitiveCollectionBuilderExtensions
type SqlServerPrimitiveCollectionBuilderExtensions = class
Public Module SqlServerPrimitiveCollectionBuilderExtensions
- Inheritance
-
SqlServerPrimitiveCollectionBuilderExtensions
Remarks
See Modeling entity types and relationships, and Accessing SQL Server and Azure SQL databases with EF Core for more information and examples.
Methods
IsSparse(PrimitiveCollectionBuilder, Boolean) |
Configures whether the property's column is created as sparse when targeting SQL Server. |
IsSparse<TProperty>(PrimitiveCollectionBuilder<TProperty>, Boolean) |
Configures whether the property's column is created as sparse when targeting SQL Server. |
Applies to
Entity Framework