SqlSyncPending.databaseTouched 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
databaseTouched() | |
databaseTouched(Boolean) |
databaseTouched()
public:
virtual bool databaseTouched();
public virtual bool databaseTouched ();
abstract member databaseTouched : unit -> bool
override this.databaseTouched : unit -> bool
Public Overridable Function databaseTouched () As Boolean
Returns
Applies to
databaseTouched(Boolean)
public:
virtual bool databaseTouched(bool _newValue);
public virtual bool databaseTouched (bool _newValue);
abstract member databaseTouched : bool -> bool
override this.databaseTouched : bool -> bool
Public Overridable Function databaseTouched (_newValue As Boolean) As Boolean
Parameters
- _newValue
- Boolean