IdeaBlade DevForce 2010 Help Reference
SaveOptions Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : SaveOptions Class


The following tables list the members exposed by SaveOptions.

Public Constructors

 NameDescription
Public ConstructorSaveOptions ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyEntityTypesExcludedFromPostSaveRefetch Gets or sets the types of entities to be excluded from the refetch that is performed after a save.  
Public PropertyFixupTempIds Gets or sets the option to fixup all generated temporary Ids or only those Ids corresponding to entities passed into the SaveChanges method.  
Public PropertyIgnoreClientValidationErrors Gets or sets a flag whether to ignore client validation errors on save.  
Public PropertyPersistenceOrder For future use. Gets or sets the order in which entities should be processed when persisting to a non-EDM data source.  
Public PropertyPocoSaveMode Determines how to discover any custom server side POCO save methods.  
Public PropertyTag Used to pass custom user information to the EntityServer regarding the Save operation.  
Public PropertyTransactionSettings Gets or sets the transactional behavior for the save.  
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 MethodWithTag Used to create a clone of this SaveOptions but with the "Tag" set to the specified value.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.