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





Gets the column with the specified index.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Column Item [
    int nIndex
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    nIndex As Integer _
) As Column

 Parameters

nIndex

An integer value specifying the column index.

 Property Value

A Column instance representing the database column.

 See Also

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