共用方式為


MetadataWorkspace.GetType 方法 (String, String, Boolean, DataSpace)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

使用指定的類型名稱、命名空間名稱和資料模型傳回 EdmType 物件。

命名空間:  System.Data.Entity.Core.Metadata.Edm
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

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

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

參數

  • ignoreCase
    類型:System.Boolean
    若要執行不區分大小寫的搜尋,則為 true,否則為 false。

傳回值

類型:System.Data.Entity.Core.Metadata.Edm.EdmType
EdmType 物件。

例外狀況

例外狀況 條件
ArgumentException

如果空間不是有效的空間則擲回。 有效的空間為 C、O、CS 或 OCSpace

請參閱

參考

MetadataWorkspace 類別

GetType 多載

System.Data.Entity.Core.Metadata.Edm 命名空間