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





Returns the data stored in the specified field.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public string Item [
    string columnName
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    columnName As String _
) As String

 Parameters

columnName

Specifies the name 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