[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.DepureFirstLevelIfCollection(NHibernate.Mapping.ByCode.PropertyPath)"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static PropertyPath DepureFirstLevelIfCollection(
	this PropertyPath source
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function DepureFirstLevelIfCollection ( _
	source As PropertyPath _
) As PropertyPath
Visual C++
[ExtensionAttribute]
public:
static PropertyPath^ DepureFirstLevelIfCollection(
	PropertyPath^ source
)

Parameters

source
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="source"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.DepureFirstLevelIfCollection(NHibernate.Mapping.ByCode.PropertyPath)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.DepureFirstLevelIfCollection(NHibernate.Mapping.ByCode.PropertyPath)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyPath. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also