EdmTypeReference.Definition Property
Gets the definition to which this type refers.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Definition As IEdmType
Get
'Usage
Dim instance As EdmTypeReference
Dim value As IEdmType
value = instance.Definition
public IEdmType Definition { get; }
public:
virtual property IEdmType^ Definition {
IEdmType^ get () sealed;
}
abstract Definition : IEdmType
override Definition : IEdmType
final function get Definition () : IEdmType
Property Value
Type: Microsoft.Data.Edm.IEdmType
The definition to which this type refers.