Compartir a través de


FromNodes Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Returns a collection of edges from a collection of nodes.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSharedFunctionFromNodes ( _
    nodesAsIEnumerable(OfNode) _
) AsIEnumerable(OfEdge)
'Usage
DimnodesAsIEnumerable(OfNode)
DimreturnValueAsIEnumerable(OfEdge)

returnValue = Edge.FromNodes(nodes)
publicstaticIEnumerable<Edge> FromNodes(
    IEnumerable<Node> nodes
)
public:
staticIEnumerable<Edge>^ FromNodes(
    IEnumerable<Node>^ nodes
)
publicstaticfunctionFromNodes(
    nodes : IEnumerable<Node>
) : IEnumerable<Edge>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Edge> ) > ) >
A collection of edges.

.NET Framework Security

See Also

Reference

Edge Structure

Edge Members

System.Dataflow Namespace