GetValues 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
PublicMustOverrideFunctionGetValues ( _
    storeAsGraphStore, _
    storeKeyAsObject _
) AsICollection(OfNode)
'Usage
DiminstanceAsGraphStoreDictionaryAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimreturnValueAsICollection(OfNode)

returnValue = instance.GetValues(store, _
    storeKey)
publicabstractICollection<Node> GetValues(
    GraphStorestore,
    ObjectstoreKey
)
public:
virtualICollection<Node>^ GetValues(
    GraphStore^ store, 
    Object^ storeKey
) abstract
publicabstractfunctionGetValues(
    store : GraphStore, 
    storeKey : Object
) : ICollection<Node>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .ICollection< (Of < ( <'Node> ) > ) >

.NET Framework Security

See Also

Reference

GraphStoreDictionaryAdapter Class

GraphStoreDictionaryAdapter Members

System.Dataflow Namespace