[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.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IRegistry<TargetTableMapping> TableMappings { get; }
public IRegistry<TargetTableMapping> TableMappings { get; }
Public ReadOnly Property TableMappings As IRegistry(Of TargetTableMapping)
Get
Public ReadOnly Property TableMappings As IRegistry(Of TargetTableMapping)
Get
public:
property IRegistry<TargetTableMapping>^ TableMappings {
IRegistry<TargetTableMapping>^ get ();
}
public:
property IRegistry<TargetTableMapping>^ TableMappings {
IRegistry<TargetTableMapping>^ get ();
}
member TableMappings : IRegistry<TargetTableMapping> with get
member TableMappings : IRegistry<TargetTableMapping> with get
Property Value
Type:
IRegistry TargetTableMapping