Initializes a new instance of the ValueObjectColumnAttribute class.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ValueObjectColumnAttribute(
	string field,
	string column
)
Visual Basic (Declaration)
Public Sub New ( _
	field As String, _
	column As String _
)

Parameters

field
Type: System..::.String
The field in the value object to be mapped to a column.
column
Type: System..::.String
The target column name.

See Also