ScopeModifier

Represents a scope modifier for a SELECT clause.

Namespace:
Inetdev.Data.Query
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Query.Modifier

Constructors

ScopeModifier

Default constructor

Signature:
public Void ScopeModifier()

ScopeModifier

Initializes a new instance of ScopeModifier.

Signature:
public Void ScopeModifier(scope)
Parameters
Name Type Summary
scope ScopeType Scope type

Properties

Scope

Get or set the scope of the SELECT clause

Signature:
public ScopeType Scope { get; set; }

In this document