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