Common.skipDataSourceValidateWrite Method

Definition

Overloads

skipDataSourceValidateWrite()
skipDataSourceValidateWrite(Boolean)

skipDataSourceValidateWrite()

public:
 virtual bool skipDataSourceValidateWrite();
public virtual bool skipDataSourceValidateWrite ();
abstract member skipDataSourceValidateWrite : unit -> bool
override this.skipDataSourceValidateWrite : unit -> bool
Public Overridable Function skipDataSourceValidateWrite () As Boolean

Returns

Applies to

skipDataSourceValidateWrite(Boolean)

public:
 virtual bool skipDataSourceValidateWrite(bool newValue);
public virtual bool skipDataSourceValidateWrite (bool newValue);
abstract member skipDataSourceValidateWrite : bool -> bool
override this.skipDataSourceValidateWrite : bool -> bool
Public Overridable Function skipDataSourceValidateWrite (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to