Compartir a través de


: EntityDataTableAdapter.Populate (Método) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Populates the DataTable object. This is not a public method. This method is reserved for future use.

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

Sintaxis

'Declaración
Protected Sub Populate ( _
    offsetFromStart As UInteger, _
    rowCount As Integer _
)
'Uso
Dim offsetFromStart As UInteger
Dim rowCount As Integer

Me.Populate(offsetFromStart, rowCount)
protected void Populate (
    uint offsetFromStart,
    int rowCount
)

Parámetros

  • offsetFromStart
    The offset from the start of the enumerator. The transform starts from this offset and transforms the number of entity instances specified in the rowCount parameter.
  • rowCount
    The number of entity instances to be transformed.

    Unlike an enumerator that supports streaming, you lose streaming when you convert an enumerator into a table because the entire set of rows is loaded into memory. You can use this constructor to limit the number of rows in the data table.

Vea también

Referencia

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