共用方式為


EdmEntityReferenceType.EntityType 屬性

命名空間:  Microsoft.Data.Edm.Library
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public ReadOnly Property EntityType As IEdmEntityType
    Get
'用途
Dim instance As EdmEntityReferenceType
Dim value As IEdmEntityType

value = instance.EntityType
public IEdmEntityType EntityType { get; }
public:
virtual property IEdmEntityType^ EntityType {
    IEdmEntityType^ get () sealed;
}
abstract EntityType : IEdmEntityType
override EntityType : IEdmEntityType
final function get EntityType () : IEdmEntityType

屬性值

型別:Microsoft.Data.Edm.IEdmEntityType

實作

IEdmEntityReferenceType.EntityType

請參閱

參考

EdmEntityReferenceType 類別

Microsoft.Data.Edm.Library 命名空間