Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement. This information is used during execution of the update statements when the updates occur against "multi-table" stuff.

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class AssignmentSpecification
Visual Basic
Public Class AssignmentSpecification
Visual C++
public ref class AssignmentSpecification

Inheritance Hierarchy

System..::..Object
  NHibernate.Hql.Ast.ANTLR.Tree..::..AssignmentSpecification

See Also