AbstractEntityInstance.EntityAsFormattedDataTable 属性 (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the entity instance as a DataTable object with a single row of data containing the fields in the entity instance with formatting of the complex fields in the entity instance.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Overridable ReadOnly Property EntityAsFormattedDataTable As DataTable
用法
Dim instance As AbstractEntityInstance
Dim value As DataTable
value = instance.EntityAsFormattedDataTable
public virtual DataTable EntityAsFormattedDataTable { get; }
属性值
A DataTable object with a single row of data.
备注
When entity instances are transformed into data rows in a data table, they lose the special semantics attached to them in the Business Data Catalog, such as the ability to call instance methods on them. Therefore, you should transform entity instances into data rows only if necessary.
另请参阅
参考
AbstractEntityInstance 类
AbstractEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间