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
Properties
Scope
Get or set the scope of the SELECT clause
- Signature:
public ScopeType Scope { get; set; }