Get the appropriate DDL command for generating 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 TemporaryIdTableDDL { get; } |
Visual Basic |
---|
ReadOnly Property TemporaryIdTableDDL As String
Get |
Visual C++ |
---|
property String^ TemporaryIdTableDDL {
String^ get ();
} |
Return Value
The appropriate temporary table creation command.
See Also