Compartir a través de


: AbstractEntityInstance.EntityAsFormattedDataTable (Propiedad) (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.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property EntityAsFormattedDataTable As DataTable
'Uso
Dim instance As AbstractEntityInstance
Dim value As DataTable

value = instance.EntityAsFormattedDataTable
public virtual DataTable EntityAsFormattedDataTable { get; }

Valor de propiedad

A DataTable object with a single row of data.

Comentarios

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.

Vea también

Referencia

AbstractEntityInstance (Clase)
AbstractEntityInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)