Share via


FormDataSource.__insertIfEmpty_IntImpl__ Method

Definition

Overloads

__insertIfEmpty_IntImpl__()
__insertIfEmpty_IntImpl__(Boolean)

__insertIfEmpty_IntImpl__()

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

Returns

Applies to

__insertIfEmpty_IntImpl__(Boolean)

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

Parameters

_value
Boolean

Returns

Applies to