MindFusion.Mapping Programmer's Guide

Row.Index Property

See Also
 






Gets or sets the row index.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An integer value specifying the row's ordinal index within the database.

 See Also