When (if) we need to expand a row value constructor, what is the text of connector to use between the
expansion fragments.
Namespace: NHibernate.Hql.Ast.ANTLR.TreeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected abstract string ExpansionConnectorText { get; } |
Visual Basic |
---|
Protected MustOverride ReadOnly Property ExpansionConnectorText As String
Get |
Visual C++ |
---|
protected:
virtual property String^ ExpansionConnectorText {
String^ get () abstract;
} |
Return Value
The expansion connector text.
See Also