Freigeben über


MigrationSqlGenerator.BuildStoreTypeUsage-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Erstellt die Speichertypnutzung für den angegebenen storeTypeName anhand der Facets aus dem angegebenen propertyModel.

Namespace:  System.Data.Entity.Migrations.Sql
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Protected Overridable Function BuildStoreTypeUsage ( _
    storeTypeName As String, _
    propertyModel As PropertyModel _
) As TypeUsage
'Usage
Dim storeTypeName As String 
Dim propertyModel As PropertyModel 
Dim returnValue As TypeUsage 

returnValue = Me.BuildStoreTypeUsage(storeTypeName, _
    propertyModel)
protected virtual TypeUsage BuildStoreTypeUsage(
    string storeTypeName,
    PropertyModel propertyModel
)
protected:
virtual TypeUsage^ BuildStoreTypeUsage(
    String^ storeTypeName, 
    PropertyModel^ propertyModel
)
abstract BuildStoreTypeUsage : 
        storeTypeName:string * 
        propertyModel:PropertyModel -> TypeUsage  
override BuildStoreTypeUsage : 
        storeTypeName:string * 
        propertyModel:PropertyModel -> TypeUsage
protected function BuildStoreTypeUsage(
    storeTypeName : String, 
    propertyModel : PropertyModel
) : TypeUsage

Parameter

Rückgabewert

Typ: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Eine speicherspezifische TypeUsage

Siehe auch

Verweis

MigrationSqlGenerator Klasse

System.Data.Entity.Migrations.Sql-Namespace