Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Interceptor As IInterceptor |
C# |
---|
public IInterceptor Interceptor { get; } |
Visual C++ |
---|
public: virtual property IInterceptor^ Interceptor { IInterceptor^ get () sealed; } |
JavaScript |
---|
function get_interceptor(); |