Share via


LambdaNode.Source Property

Gets or sets the parent entity set or navigation property.

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

Syntax

'Declaration
Public Property Source As CollectionNode 
    Get 
    Set
'Usage
Dim instance As LambdaNode 
Dim value As CollectionNode 

value = instance.Source

instance.Source = value
public CollectionNode Source { get; set; }
public:
property CollectionNode^ Source {
    CollectionNode^ get ();
    void set (CollectionNode^ value);
}
member Source : CollectionNode with get, set
function get Source () : CollectionNode 
function set Source (value : CollectionNode)

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.CollectionNode
The parent entity set or navigation property.

See Also

Reference

LambdaNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace