DevForce Help Reference
RefetchEntitiesBatchSize Property


When performing a RefetchEntities call, DevForce will break its queries into batches of this size. Default value is 200.
Syntax
'Declaration
 
Public Property RefetchEntitiesBatchSize As Integer
'Usage
 
Dim instance As EntityManagerOptions
Dim value As Integer
 
instance.RefetchEntitiesBatchSize = value
 
value = instance.RefetchEntitiesBatchSize
public int RefetchEntitiesBatchSize {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionBatchSize must be between 50 and 750
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManagerOptions Class
EntityManagerOptions Members

Send Feedback