Convert mixed case to underscores
Namespace:
NHibernate.CfgAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function TableName ( _ tableName As String _ ) As String |
C# |
---|
public string TableName( string tableName ) |
Visual C++ |
---|
public: virtual String^ TableName( String^ tableName ) sealed |
JavaScript |
---|
function tableName(tableName); |
Parameters
- tableName
- Type: System..::.String