Common.skipDataSourceValidateDelete Method

Definition

Overloads

skipDataSourceValidateDelete()
skipDataSourceValidateDelete(Boolean)

skipDataSourceValidateDelete()

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

Returns

Applies to

skipDataSourceValidateDelete(Boolean)

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

Parameters

newValue
Boolean

Returns

Applies to