Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the declared type of the record, or null if there is no declared type.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaredType As IEdmStructuredTypeReference
Get
'Usage
Dim instance As EdmRecordExpression
Dim value As IEdmStructuredTypeReference
value = instance.DeclaredType
public IEdmStructuredTypeReference DeclaredType { get; }
public:
virtual property IEdmStructuredTypeReference^ DeclaredType {
IEdmStructuredTypeReference^ get () sealed;
}
abstract DeclaredType : IEdmStructuredTypeReference
override DeclaredType : IEdmStructuredTypeReference
final function get DeclaredType () : IEdmStructuredTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredTypeReference
Implements
IEdmRecordExpression.DeclaredType