From NHibernate documentation: Specifies that INSERT SQL should be generated at runtime and contain only the columns whose values are not null.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public bool DynamicInsert{ get; set;}

See Also