[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.PropertyPathExtensions.ToColumnName(NHibernate.Mapping.ByCode.PropertyPath,System.String)"]
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)"]