Share via


SingleEntityCastNode.Source Property

Gets the entity that casts to a different type.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property Source As SingleEntityNode 
    Get
'Usage
Dim instance As SingleEntityCastNode 
Dim value As SingleEntityNode 

value = instance.Source
public SingleEntityNode Source { get; }
public:
property SingleEntityNode^ Source {
    SingleEntityNode^ get ();
}
member Source : SingleEntityNode
function get Source () : SingleEntityNode

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SingleEntityNode
The entity that casts to a different type.

See Also

Reference

SingleEntityCastNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace