Gets or sets the SimpleValue that contains information about the Key.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override IKeyValue Key { get; set; } |
Visual Basic |
---|
Public Overrides Property Key As IKeyValue Get Set |
Visual C++ |
---|
public: virtual property IKeyValue^ Key { IKeyValue^ get () override; void set (IKeyValue^ value) override; } |