When implemented by a class, converts the Property's name into a Field name
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
string GetFieldName( string propertyName ) |
Visual Basic |
---|
Function GetFieldName ( _ propertyName As String _ ) As String |
Visual C++ |
---|
String^ GetFieldName( String^ propertyName ) |
Parameters
- propertyName
- Type: System..::..String
The name of the mapped property.