Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SetTableName ( _ tableName As String _ ) As SqlUpdateBuilder |
C# |
---|
public SqlUpdateBuilder SetTableName( string tableName ) |
Visual C++ |
---|
public: SqlUpdateBuilder^ SetTableName( String^ tableName ) |
JavaScript |
---|
function setTableName(tableName); |
Parameters
- tableName
- Type: System..::.String