Common.skipDeleteMethod Method

Definition

Overloads

skipDeleteMethod()
skipDeleteMethod(Boolean)

skipDeleteMethod()

public:
 bool skipDeleteMethod();
public bool skipDeleteMethod ();
member this.skipDeleteMethod : unit -> bool
Public Function skipDeleteMethod () As Boolean

Returns

Applies to

skipDeleteMethod(Boolean)

public:
 bool skipDeleteMethod(bool newValue);
public bool skipDeleteMethod (bool newValue);
member this.skipDeleteMethod : bool -> bool
Public Function skipDeleteMethod (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to