Click or drag to resize
FromClauseElementDirective Class
Class which is used to specify a FROM clause directive for a SQL query, e.g. a table/view hint or a temporal table predicate.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesFromClauseElementDirective

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class FromClauseElementDirective

The FromClauseElementDirective type exposes the following members.

Constructors
  NameDescription
Public methodFromClauseElementDirective
Initializes a new instance of the FromClauseElementDirective class.
Top
Properties
  NameDescription
Public propertyAlias
Gets or sets the alias of the element this directive has to be applied on.
Public propertyArguments
Gets the arguments for the directive (optional)
Public propertyDirective
Gets or sets the directive to apply to the element. Arguments should be specified with {n} specifications, like BETWEEN {0} AND {1}.
Public propertyDirectiveType
Gets or sets the type of the directive.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToQueryText
Converts this instance to a ready to use SQL fragment
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also