EntityDataTableAdapter, constructeur (IEntityInstanceEnumerator, Int32) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Transforms the specified number of entity instances in an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object. Each data row in the table represents an entity instance in the enumerator.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub New ( _
dataSource As IEntityInstanceEnumerator, _
rowCount As Integer _
)
'Utilisation
Dim dataSource As IEntityInstanceEnumerator
Dim rowCount As Integer
Dim instance As New EntityDataTableAdapter(dataSource, rowCount)
public EntityDataTableAdapter (
IEntityInstanceEnumerator dataSource,
int rowCount
)
Paramètres
- dataSource
An IEntityInstanceEnumerator object to be transformed.
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 data 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.
Voir aussi
Référence
EntityDataTableAdapter, classe
Membres EntityDataTableAdapter
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms