MindFusion.Wpf Pack Programmer's Guide
Row.Item Property (Int32)
See Also
 





Returns the data stored in the specified field.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public string Item [
    int columnIndex
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    columnIndex As Integer _
) As String

 Parameters

columnIndex

Specifies the index of the database column.

 Property Value

The string value of the specified field.

 See Also

Item Property Overload List
Row Members
Row Class
MindFusion.Mapping Namespace