Share via


IEdmCollectionExpression.DeclaredType Property

Gets the declared type of the collection, 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 IEdmTypeReference 
    Get
'Usage
Dim instance As IEdmCollectionExpression 
Dim value As IEdmTypeReference 

value = instance.DeclaredType
IEdmTypeReference DeclaredType { get; }
property IEdmTypeReference^ DeclaredType {
    IEdmTypeReference^ get ();
}
abstract DeclaredType : IEdmTypeReference
function get DeclaredType () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference

See Also

Reference

IEdmCollectionExpression Interface

Microsoft.Data.Edm.Expressions Namespace