The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MigrationSqlGenerator::BuildStoreTypeUsage Method (String^, PropertyModel^)
Entity Framework 6.0
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: