Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function SetTableName ( _
	tableName As String _
) As SqlInsertBuilder
C#
public SqlInsertBuilder SetTableName(
	string tableName
)
Visual C++
public:
SqlInsertBuilder^ SetTableName(
	String^ tableName
)
JavaScript
function setTableName(tableName);

Parameters

tableName
Type: System..::.String

Return Value

See Also