DataParcelAttribute TableMappings Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns mappins of target->table attributes. Pass in [DataParcel(targetTableMappings = "targetName1=tableName1{atr1=v1 atr2=v2...} targetName2=tableName2{atr1=v1 atr2=v2...}...")];

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IRegistry<TargetTableMapping> TableMappings { get; }

Property Value

Type: IRegistry TargetTableMapping 
See Also