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 the declared type of the record, or null if there is no declared type.
Namespace: Microsoft.Data.Edm.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DeclaredType As IEdmStructuredTypeReference
Get
'Usage
Dim instance As IEdmRecordExpression
Dim value As IEdmStructuredTypeReference
value = instance.DeclaredType
IEdmStructuredTypeReference DeclaredType { get; }
property IEdmStructuredTypeReference^ DeclaredType {
IEdmStructuredTypeReference^ get ();
}
abstract DeclaredType : IEdmStructuredTypeReference
function get DeclaredType () : IEdmStructuredTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredTypeReference
The declared type of the record, or null if there is no declared type.