Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetTypedValue ( _ criteria As ICriteria, _ propertyPath As String, _ value As Object _ ) As TypedValue |
C# |
---|
TypedValue GetTypedValue( ICriteria criteria, string propertyPath, Object value ) |
Visual C++ |
---|
TypedValue^ GetTypedValue( ICriteria^ criteria, String^ propertyPath, Object^ value ) |
JavaScript |
---|
function getTypedValue(criteria, propertyPath, value); |
Parameters
- criteria
- Type: NHibernate..::.ICriteria
- propertyPath
- Type: System..::.String
- value
- Type: System..::.Object