[Missing <summary> documentation for "M:NHibernate.Tuple.Entity.EntityMetamodel.GetPropertyIndexOrNull(System.String)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public Nullable<int> GetPropertyIndexOrNull( string propertyName ) |
| Visual Basic |
|---|
Public Function GetPropertyIndexOrNull ( _ propertyName As String _ ) As Nullable(Of Integer) |
| Visual C++ |
|---|
public: Nullable<int> GetPropertyIndexOrNull( String^ propertyName ) |
Parameters
- propertyName
- Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.Tuple.Entity.EntityMetamodel.GetPropertyIndexOrNull(System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Tuple.Entity.EntityMetamodel.GetPropertyIndexOrNull(System.String)"]