Compartir a través de


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

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

Syntax

'Declaration
PublicMustOverrideFunctionGetThisOrDefault ( _
    storeAsGraphStore, _
    storeKeyAsObject, _
    labelAsLabel _
) AsNode
'Usage
DiminstanceAsGraphStoreEdgeCollectionAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimlabelAsLabelDimreturnValueAsNodereturnValue = instance.GetThisOrDefault(store, _
    storeKey, label)
publicabstractNodeGetThisOrDefault(
    GraphStorestore,
    ObjectstoreKey,
    Labellabel
)
public:
virtualNodeGetThisOrDefault(
    GraphStore^ store, 
    Object^ storeKey, 
    Label^ label
) abstract
publicabstractfunctionGetThisOrDefault(
    store : GraphStore, 
    storeKey : Object, 
    label : Label
) : Node

Parameters

Return Value

Type: System.Dataflow. . :: . .Node

.NET Framework Security

See Also

Reference

GraphStoreEdgeCollectionAdapter Class

GraphStoreEdgeCollectionAdapter Members

System.Dataflow Namespace