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

Provides efficient access and enumeration of the data store as records, with node scope.

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

Syntax

'Declaration
PublicOverridableFunctionGetAdapterForRecords ( _
    storeKeyAsObject _
) AsGraphStoreDictionaryAdapter
'Usage
DiminstanceAsGraphStoreDimstoreKeyAsObjectDimreturnValueAsGraphStoreDictionaryAdapterreturnValue = instance.GetAdapterForRecords(storeKey)
publicvirtualGraphStoreDictionaryAdapterGetAdapterForRecords(
    ObjectstoreKey
)
public:
virtualGraphStoreDictionaryAdapter^ GetAdapterForRecords(
    Object^ storeKey
)
publicfunctionGetAdapterForRecords(
    storeKey : Object
) : GraphStoreDictionaryAdapter

Parameters

Return Value

Type: System.Dataflow. . :: . .GraphStoreDictionaryAdapter
The dictionary adapter of the graph store.

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace