[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.ToColumnName(NHibernate.Mapping.ByCode.PropertyPath,System.String)"]

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

Syntax

C#
public static string ToColumnName(
	this PropertyPath propertyPath,
	string pathSeparator
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ToColumnName ( _
	propertyPath As PropertyPath, _
	pathSeparator As String _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ ToColumnName(
	PropertyPath^ propertyPath, 
	String^ pathSeparator
)

Parameters

propertyPath
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.ToColumnName(NHibernate.Mapping.ByCode.PropertyPath,System.String)"]

pathSeparator
Type: System..::..String

[Missing <param name="pathSeparator"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.ToColumnName(NHibernate.Mapping.ByCode.PropertyPath,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.ToColumnName(NHibernate.Mapping.ByCode.PropertyPath,System.String)"]

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