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

Syntax

Visual Basic (Declaration)
Public Function GetTable ( _
	schema As String, _
	name As String _
) As Table
C#
public Table GetTable(
	string schema,
	string name
)
Visual C++
public:
Table^ GetTable(
	String^ schema, 
	String^ name
)
JavaScript
function getTable(schema, name);

Parameters

schema
Type: System..::.String
name
Type: System..::.String

Return Value

See Also