Stitch.Database Documentation

DBRow Class

This class stores a row from a database, which is a collection of DBCell values. Cells are accessed via the column name index: myDBRow["Username"] == "Paul"

For a list of all members of this type, see DBRow Members.

System.Object
   NameObjectCollectionBase
      DBRow

public class DBRow : NameObjectCollectionBase

Requirements

Namespace: Stitch.Database

Assembly: Stitch.Database (in Stitch.Database.dll)

See Also

DBRow Members | Stitch.Database Namespace