Overrides the default mapping of value object fields to database column
names, for a specific occurrence of the value object type only.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = true, Inherited = false)] public sealed class ValueObjectColumnAttribute : Attribute |
| Visual Basic (Declaration) |
|---|
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := True, Inherited := False)> _ Public NotInheritable Class ValueObjectColumnAttribute _ Inherits Attribute |