Struct TargetTableMapping
Provides information about targetname->table name, sequence name(and possibly other) mappings
Implements
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public struct TargetTableMapping : INamed
Constructors
TargetTableMapping(IConfigSectionNode)
Declaration
public TargetTableMapping(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
Fields
CONFIG_GDID_SEQUENCE_NAME_ATTR
Declaration
public const string CONFIG_GDID_SEQUENCE_NAME_ATTR = "gdid-sequence"
Field Value
Type | Description |
---|---|
System.String |
Properties
GDIDSequenceName
Declaration
public string GDIDSequenceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Declaration
public string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |