DataController.ValidateChangeSet Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Validates the current ChangeSet.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Protected Overridable Function ValidateChangeSet As Boolean
protected virtual bool ValidateChangeSet()
protected:
virtual bool ValidateChangeSet()
abstract ValidateChangeSet : unit -> bool 
override ValidateChangeSet : unit -> bool 
protected function ValidateChangeSet() : boolean

Return Value

Type: System.Boolean
true if all operations in the ChangeSet passed validation; otherwise, false.

Remarks

Any errors should be set on the individual ChangeSetEntrys in the ChangeSet.

See Also

Reference

DataController Class

System.Web.Http.Data Namespace