Gets or sets the sql string that should be a part of the where clause.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override string Where { get; set; } |
Visual Basic |
---|
Public Overrides Property Where As String Get Set |
Visual C++ |
---|
public: virtual property String^ Where { String^ get () override; void set (String^ value) override; } |