[Missing <summary> documentation for "M:Remotion.Linq.QueryModel.Clone(Remotion.Linq.Clauses.QuerySourceMapping)"]

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

Syntax

C#
public QueryModel Clone(
	QuerySourceMapping querySourceMapping
)
Visual Basic
Public Function Clone ( _
	querySourceMapping As QuerySourceMapping _
) As QueryModel
Visual C++
public:
QueryModel^ Clone(
	QuerySourceMapping^ querySourceMapping
)

Parameters

querySourceMapping
Type: Remotion.Linq.Clauses..::..QuerySourceMapping

[Missing <param name="querySourceMapping"/> documentation for "M:Remotion.Linq.QueryModel.Clone(Remotion.Linq.Clauses.QuerySourceMapping)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.QueryModel.Clone(Remotion.Linq.Clauses.QuerySourceMapping)"]

See Also