[Missing <summary> documentation for "M:NHibernate.Persister.Collection.ElementPropertyMapping.TryToType(System.String,NHibernate.Type.IType@)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public bool TryToType( string propertyName, out IType outType ) |
Visual Basic |
---|
Public Function TryToType ( _ propertyName As String, _ <OutAttribute> ByRef outType As IType _ ) As Boolean |
Visual C++ |
---|
public: virtual bool TryToType( String^ propertyName, [OutAttribute] IType^% outType ) sealed |
Parameters
- propertyName
- Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.Persister.Collection.ElementPropertyMapping.TryToType(System.String,NHibernate.Type.IType@)"]
- outType
- Type: NHibernate.Type..::..IType%
[Missing <param name="outType"/> documentation for "M:NHibernate.Persister.Collection.ElementPropertyMapping.TryToType(System.String,NHibernate.Type.IType@)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.Collection.ElementPropertyMapping.TryToType(System.String,NHibernate.Type.IType@)"]