System.LinkingFramework.DataTableLinking Framework Data Table (internal)

System.LinkingFramework.DataTable (ClassType)

An internal class containing linking framework configuration for data tables

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId841ffa7f-1265-ffb0-fd75-b9a9e8c398d5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.LinkingFramework.DataTable:
DataName  string      true 256  False 
StageTableName  string      false 256  False 
WatermarkField  string      false 256  False 
WatermarkType  int      false 256   
BatchIdField  string      false 256  False 
BatchIdType  int      false 256   
BatchIdSize  int      false 256   
UseCache  bool      false 256   
GroomType  int      false 256   
PostProcessScript  string      false 65536  False 
QueryString  string      false 65536  False 
CollectionName  string      false 256  False 
PrimaryKeyName  string      false 256  False 
DependOnDataTable  string      false 256  False 

Health Model:

Source Code:

<ClassType ID="System.LinkingFramework.DataTable" Base="AdminItem!System.AdminItem" Hosted="true" Accessibility="Public" Abstract="false">
<Property ID="DataName" Type="string" Key="true"/>
<Property ID="StageTableName" Type="string"/>
<Property ID="WatermarkField" Type="string"/>
<Property ID="WatermarkType" Type="int"/>
<Property ID="BatchIdField" Type="string"/>
<Property ID="BatchIdType" Type="int"/>
<Property ID="BatchIdSize" Type="int"/>
<Property ID="UseCache" Type="bool"/>
<Property ID="GroomType" Type="int"/>
<Property ID="PostProcessScript" Type="string" MaxLength="65536"/>
<Property ID="QueryString" Type="string" MaxLength="65536"/>
<Property ID="CollectionName" Type="string"/>
<Property ID="PrimaryKeyName" Type="string"/>
<Property ID="DependOnDataTable" Type="string"/>
</ClassType>