DevForce Help Reference
EntityManagerOptions Class Members
Properties  Methods 


The following tables list the members exposed by EntityManagerOptions.

Public Constructors
 NameDescription
Public ConstructorEntityManagerOptions Constructor Creates an instance of this class with default values.  
Top
Public Properties
 NameDescription
Public PropertyRefetchEntitiesBatchSize When performing a RefetchEntities call, DevForce will break its queries into batches of this size. Default value is 200.  
Public PropertyThrowAllLoadExceptions Gets or sets whether exceptions thrown by EntityChanging and EntityChanged event handlers during a load operation will be thrown to the user's code or handled by DevForce. Default is false.  
Public PropertyUseDefaultAuthenticationContextGets or sets whether the EntityManager will use the Authenticator.DefaultAuthenticationContext. Default is true.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Public MethodUpdateWith Updates this EntityManagerOptions with the values from another.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

EntityManagerOptions Class
IdeaBlade.EntityModel Namespace

Send Feedback