Condividi tramite


Metodo MetadataWorkspace.GetType (String, String, DataSpace)

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Restituisce un oggetto EdmType utilizzando il nome del tipo, il nome dello spazio dei nomi e il modello di dati specificati.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId := "GetType")> _
Public Overridable Function GetType ( _
    name As String, _
    namespaceName As String, _
    dataSpace As DataSpace _
) As EdmType
'Utilizzo
Dim instance As MetadataWorkspace 
Dim name As String 
Dim namespaceName As String 
Dim dataSpace As DataSpace 
Dim returnValue As EdmType 

returnValue = instance.GetType(name, namespaceName, _
    dataSpace)
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "GetType")]
public virtual EdmType GetType(
    string name,
    string namespaceName,
    DataSpace dataSpace
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1716:IdentifiersShouldNotMatchKeywords", MessageId = L"GetType")]
public:
virtual EdmType^ GetType(
    String^ name, 
    String^ namespaceName, 
    DataSpace dataSpace
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "GetType")>]
abstract GetType : 
        name:string * 
        namespaceName:string * 
        dataSpace:DataSpace -> EdmType 
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "GetType")>]
override GetType : 
        name:string * 
        namespaceName:string * 
        dataSpace:DataSpace -> EdmType
public function GetType(
    name : String, 
    namespaceName : String, 
    dataSpace : DataSpace
) : EdmType

Parametri

Valore restituito

Tipo: System.Data.Entity.Core.Metadata.Edm.EdmType
Oggetto EdmType che rappresenta il tipo corrispondente al nome del tipo e al nome dello spazio dei nomi specificati nel modello di dati specificato.Se non vi è un tipo corrispondente, questo metodo restituisce null.

Eccezioni

Eccezione Condizione
ArgumentException

Generata se lo spazio non è uno spazio valido. Uno spazio valido è C, O, CS o OCSpace.

Vedere anche

Riferimento

MetadataWorkspace Classe

Overload GetType

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm