Convert mixed case to underscores
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public string TableName( string tableName ) |
Visual Basic |
---|
Public Function TableName ( _ tableName As String _ ) As String |
Visual C++ |
---|
public: virtual String^ TableName( String^ tableName ) sealed |
Parameters
- tableName
- Type: System..::..String
[Missing <param name="tableName"/> documentation for "M:NHibernate.Cfg.ImprovedNamingStrategy.TableName(System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Cfg.ImprovedNamingStrategy.TableName(System.String)"]