Namespace:
NHibernate.Driver
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property RecordsAffected As Integer |
C# |
---|
public int RecordsAffected { get; } |
Visual C++ |
---|
public: virtual property int RecordsAffected { int get () sealed; } |
JavaScript |
---|
function get_recordsAffected(); |