[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.IsNullLogicOperatorNode.ExpansionConnectorText"]

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

Syntax

C#
protected override string ExpansionConnectorText { get; }
Visual Basic
Protected Overrides ReadOnly Property ExpansionConnectorText As String
	Get
Visual C++
protected:
virtual property String^ ExpansionConnectorText {
	String^ get () override;
}

See Also