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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework