GetEntityMemberLabels 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
PublicFunctionGetEntityMemberLabels ( _
    entityAsObject _
) AsIEnumerable(OfObject)
'Usage
DiminstanceAsGraphBuilderDimentityAsObjectDimreturnValueAsIEnumerable(OfObject)

returnValue = instance.GetEntityMemberLabels(entity)
publicIEnumerable<Object> GetEntityMemberLabels(
    Objectentity
)
public:
virtualIEnumerable<Object^>^ GetEntityMemberLabels(
    Object^ entity
) sealed
publicfinalfunctionGetEntityMemberLabels(
    entity : Object
) : IEnumerable<Object>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Object> ) > ) >

Implements

IEntityBuilder. . :: . .GetEntityMemberLabels(Object)

.NET Framework Security

See Also

Reference

GraphBuilder Class

GraphBuilder Members

System.Dataflow Namespace