FormBuildDataSource.insertIfEmpty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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