When (if) we need to expand a row value constructor, what is the type 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 int ExpansionConnectorType { get; } |
Visual Basic |
---|
Protected MustOverride ReadOnly Property ExpansionConnectorType As Integer
Get |
Visual C++ |
---|
protected:
virtual property int ExpansionConnectorType {
int get () abstract;
} |
Return Value
The expansion connector type.
See Also