[Missing <summary> documentation for "P:Remotion.Linq.QueryModel.ResultTypeOverride"]

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

Syntax

C#
public Type ResultTypeOverride { get; set; }
Visual Basic
Public Property ResultTypeOverride As Type
	Get
	Set
Visual C++
public:
property Type^ ResultTypeOverride {
	Type^ get ();
	void set (Type^ value);
}

See Also