[Missing <summary> documentation for "P:Remotion.Linq.QueryProviderBase.ExpressionTreeParser"]

Namespace: Remotion.Linq
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[ObsoleteAttribute("This property has been replaced by the QueryParser property. Use QueryParser instead. (1.13.92)", 
	true)]
public ExpressionTreeParser ExpressionTreeParser { get; }
Visual Basic
<ObsoleteAttribute("This property has been replaced by the QueryParser property. Use QueryParser instead. (1.13.92)",  _
	True)> _
Public ReadOnly Property ExpressionTreeParser As ExpressionTreeParser
	Get
Visual C++
[ObsoleteAttribute(L"This property has been replaced by the QueryParser property. Use QueryParser instead. (1.13.92)", 
	true)]
public:
property ExpressionTreeParser^ ExpressionTreeParser {
	ExpressionTreeParser^ get ();
}

See Also