When implemented by a class, 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 abstract IKeyValue Key { get; set; } |
Visual Basic |
---|
Public MustOverride Property Key As IKeyValue Get Set |
Visual C++ |
---|
public: virtual property IKeyValue^ Key { IKeyValue^ get () abstract; void set (IKeyValue^ value) abstract; } |