MigrationSqlGenerator.BuildStoreTypeUsage(String, PropertyModel) Method
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.
Builds the store type usage for the specified storeTypeName
using the facets from the specified propertyModel
.
protected virtual System.Data.Entity.Core.Metadata.Edm.TypeUsage BuildStoreTypeUsage (string storeTypeName, System.Data.Entity.Migrations.Model.PropertyModel propertyModel);
abstract member BuildStoreTypeUsage : string * System.Data.Entity.Migrations.Model.PropertyModel -> System.Data.Entity.Core.Metadata.Edm.TypeUsage
override this.BuildStoreTypeUsage : string * System.Data.Entity.Migrations.Model.PropertyModel -> System.Data.Entity.Core.Metadata.Edm.TypeUsage
Parameters
- storeTypeName
- String
Name of the store type.
- propertyModel
- PropertyModel
The target property.
Returns
A store-specific TypeUsage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework