Gets the Value for the Expression.
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Value As Object |
C# |
---|
public Object Value { get; } |
Visual C++ |
---|
public: property Object^ Value { Object^ get (); } |
JavaScript |
---|
function get_value(); |