Represents a scope modifier for a SELECT clause.
Default constructor
public Void ScopeModifier()
Initializes a new instance of ScopeModifier.
public Void ScopeModifier(scope)
Name | Type | Summary |
---|---|---|
scope | ScopeType | Scope type |
Get or set the scope of the SELECT clause
public ScopeType Scope { get; set; }
In this document