Represent the relation between a meta-value and the related entityName
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IDictionary<Object, string> MetaValues { get; set; } |
| Visual Basic |
|---|
Public Property MetaValues As IDictionary(Of Object, String) Get Set |
| Visual C++ |
|---|
public: property IDictionary<Object^, String^>^ MetaValues { IDictionary<Object^, String^>^ get (); void set (IDictionary<Object^, String^>^ value); } |