Common.skipDataSourceInitValue Method

Definition

Overloads

skipDataSourceInitValue(Boolean)
skipDataSourceInitValue()

skipDataSourceInitValue(Boolean)

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

Parameters

newValue
Boolean

Returns

Applies to

skipDataSourceInitValue()

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

Returns

Applies to