Get the a typed value for the given property value.
Namespace:
NHibernate.Loader.CriteriaAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetTypedValue ( _ subcriteria As ICriteria, _ propertyName As String, _ value As Object _ ) As TypedValue |
C# |
---|
public TypedValue GetTypedValue( ICriteria subcriteria, string propertyName, Object value ) |
Visual C++ |
---|
public: virtual TypedValue^ GetTypedValue( ICriteria^ subcriteria, String^ propertyName, Object^ value ) sealed |
JavaScript |
---|
function getTypedValue(subcriteria, propertyName, value); |
Parameters
- subcriteria
- Type: NHibernate..::.ICriteria
- propertyName
- Type: System..::.String
- value
- Type: System..::.Object