Get the name of the temporary table to be used to (potentially) store id values
when performing bulk update/deletes.
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
string TemporaryIdTableName { get; } |
| Visual Basic |
|---|
ReadOnly Property TemporaryIdTableName As String Get |
| Visual C++ |
|---|
property String^ TemporaryIdTableName { String^ get (); } |