Get any fragments needing to be postfixed to the command for temporary table creation.

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual string CreateTemporaryTablePostfix { get; }
Visual Basic
Public Overridable ReadOnly Property CreateTemporaryTablePostfix As String
	Get
Visual C++
public:
virtual property String^ CreateTemporaryTablePostfix {
	String^ get ();
}

See Also