NHibernate.Hql.Ast.HqlTreeNode.SetText C# (CSharp) Method

SetText() protected method

protected SetText ( string text ) : void
text string
return void
		protected void SetText(string text)
		{
			_node.Text = text;
		}