Linking Framework Data Connector (advanced)

System.LinkingFramework.DataConnector.Projection (TypeProjection)

An internal class containing linking framework configuration for connectors

Element properties:

TypeSystem.LinkingFramework.DataConnector
AccessibilityPublic

Source Code:

<TypeProjection ID="System.LinkingFramework.DataConnector.Projection" Accessibility="Public" Type="System.LinkingFramework.DataConnector">
<Component Alias="DataTable" Path="$Context/Path[Relationship='System.LinkingFramework.ConnectorEmbedsTables' TypeConstraint='System.LinkingFramework.DataTable']$">
<Component Alias="Field" Path="$Context/Path[Relationship='System.LinkingFramework.TableEmbedsFields']$"/>
</Component>
<Component Alias="DataCollection" Path="$Context/Path[Relationship='System.LinkingFramework.ConnectorEmbedsCollections' TypeConstraint='System.LinkingFramework.DataCollection']$"/>
</TypeProjection>