DataEntityDataSourceRuntimeContext.skipValidateWrite Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
skipValidateWrite() | |
skipValidateWrite(Boolean) |
skipValidateWrite()
public:
virtual bool skipValidateWrite();
public virtual bool skipValidateWrite ();
abstract member skipValidateWrite : unit -> bool
override this.skipValidateWrite : unit -> bool
Public Overridable Function skipValidateWrite () As Boolean
Returns
Applies to
skipValidateWrite(Boolean)
public:
virtual bool skipValidateWrite(bool b);
public virtual bool skipValidateWrite (bool b);
abstract member skipValidateWrite : bool -> bool
override this.skipValidateWrite : bool -> bool
Public Overridable Function skipValidateWrite (b As Boolean) As Boolean
Parameters
- b
- Boolean