System.LinkingFramework.DataTable連結架構資料表 (內部)

System.LinkingFramework.DataTable (ClassType)

包含資料表之連結架構設定的內部類別

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdeac31fe9-2df7-e0fe-422b-7e379318277f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 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>