Not needed for one-to-many association
Namespace:
NHibernate.Persister.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Function GenerateUpdateRowString As SqlCommandInfo |
C# |
---|
protected override SqlCommandInfo GenerateUpdateRowString() |
Visual C++ |
---|
protected: virtual SqlCommandInfo^ GenerateUpdateRowString() override |
JavaScript |
---|
function generateUpdateRowString(); |