IsNode 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.]

Determines whether a node's key is in the data store.

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

Syntax

'Declaration
PublicFunctionIsNode ( _
    nodeAsNode _
) AsBoolean
'Usage
DiminstanceAsGraphStoreDimnodeAsNodeDimreturnValueAsBooleanreturnValue = instance.IsNode(node)
publicboolIsNode(
    Nodenode
)
public:
boolIsNode(
    Nodenode
)
publicfunctionIsNode(
    node : Node
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the node's key is in the data store, or the node was created by the default constructor; otherwise false.

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace