XQuery.IsUpdate PropertyXQuery.IsUpdate PropertyXQuery::IsUpdate Property

Gets a value indicating whether this query is an update.

Syntax

Public ReadOnly Property IsUpdate As Boolean
        Get
public bool IsUpdate { get; }
public:
property bool IsUpdate {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if this instance is an update; otherwise, falseFalsefalse.