MindFusion.Mapping Programmer's Guide

Row.Item Property (Column)

See Also
 






Returns the data stored in the specified field.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public string Item [
    Column column
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    column As Column _
) As String

 Parameters

column

Specifies the database column.

 Property Value

The string value of the specified field.

 See Also