[Missing <summary> documentation for "P:NHibernate.Persister.Entity.AbstractEntityPersister.SQLLazyUpdateStrings"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected internal SqlCommandInfo[] SQLLazyUpdateStrings { get; } |
Visual Basic |
---|
Protected Friend ReadOnly Property SQLLazyUpdateStrings As SqlCommandInfo() Get |
Visual C++ |
---|
protected public: property array<SqlCommandInfo^>^ SQLLazyUpdateStrings { array<SqlCommandInfo^>^ get (); } |