Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Function IsPropertyOfTable ( _ property As Integer, _ table As Integer _ ) As Boolean |
C# |
---|
protected override bool IsPropertyOfTable( int property, int table ) |
Visual C++ |
---|
protected: virtual bool IsPropertyOfTable( int property, int table ) override |
JavaScript |
---|
function isPropertyOfTable(property, table); |