[Missing <summary> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.GetSubclassPropertyTableNumber(System.String)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual int GetSubclassPropertyTableNumber( string propertyPath ) |
Visual Basic |
---|
Public Overridable Function GetSubclassPropertyTableNumber ( _ propertyPath As String _ ) As Integer |
Visual C++ |
---|
public: virtual int GetSubclassPropertyTableNumber( String^ propertyPath ) |
Parameters
- propertyPath
- Type: System..::..String
[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.GetSubclassPropertyTableNumber(System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.GetSubclassPropertyTableNumber(System.String)"]
Implements
IQueryable..::..GetSubclassPropertyTableNumber(String)Remarks
Warning:
When there are duplicated property names in the subclasses
of the class, this method may return the wrong table
number for the duplicated subclass property (note that
SingleTableEntityPersister defines an overloaded form
which takes the entity name.