FromClauseElementDirective Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The FromClauseElementDirective type exposes the following members.
| Name | Description | |
|---|---|---|
| FromClauseElementDirective | 
            Initializes a new instance of the FromClauseElementDirective class.
              | 
| Name | Description | |
|---|---|---|
| Alias | 
            Gets or sets the alias of the element this directive has to be applied on.
              | |
| Arguments | 
            Gets the arguments for the directive (optional)
              | |
| Directive | 
            Gets or sets the directive to apply to the element. Arguments should be specified with {n} specifications, like BETWEEN {0} AND {1}.
              | |
| DirectiveType | 
            Gets or sets the type of the directive.
              | 
| Name | Description | |
|---|---|---|
| Clone | 
            Clones this instance.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToQueryText | 
            Converts this instance to a ready to use SQL fragment
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |