EntityCollectionCastNode.Source Property
Gets the casting entity collection node.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public ReadOnly Property Source As EntityCollectionNode
Get
'Usage
Dim instance As EntityCollectionCastNode
Dim value As EntityCollectionNode
value = instance.Source
public EntityCollectionNode Source { get; }
public:
property EntityCollectionNode^ Source {
EntityCollectionNode^ get ();
}
member Source : EntityCollectionNode
function get Source () : EntityCollectionNode
Property Value
Type: Microsoft.Data.OData.Query.SemanticAst.EntityCollectionNode
The casting entity collection node.