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

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

Syntax

C#
public IQueryExecutor Executor { get; }
Visual Basic
Public ReadOnly Property Executor As IQueryExecutor
	Get
Visual C++
public:
property IQueryExecutor^ Executor {
	IQueryExecutor^ get ();
}

See Also