Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property SynchronizedTables As ISet |
C# |
---|
public abstract ISet SynchronizedTables { get; } |
Visual C++ |
---|
public: virtual property ISet^ SynchronizedTables { ISet^ get () abstract; } |
JavaScript |
---|
function get_synchronizedTables(); |