Share via


FormDataSource.insertIfEmpty Method

Definition

Overloads

insertIfEmpty()
insertIfEmpty(Boolean)

insertIfEmpty()

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

Returns

Applies to

insertIfEmpty(Boolean)

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

Parameters

_value
Boolean

Returns

Applies to