MigrationSqlGenerator::BuildStoreTypeUsage Method
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Builds the store type usage for the specified storeTypeName using the facets from the specified propertyModel.
Assembly: EntityFramework (in EntityFramework.dll)
protected: virtual TypeUsage^ BuildStoreTypeUsage( String^ storeTypeName, PropertyModel^ propertyModel )
Parameters
- storeTypeName
- Type: System::String
Name of the store type.
- propertyModel
- Type: System.Data.Entity.Migrations.Model::PropertyModel
The target property.
Show: