Click or drag to resize

IRow Interface

It includes members needed to store a row of values.

Namespace:  StankinsInterfaces
Assembly:  StankinsInterfaces (in StankinsInterfaces.dll) Version: 1.0.0
Syntax
C#
public interface IRow

The IRow type exposes the following members.

Properties
  NameDescription
Public propertyValues
Values are stored using a dictionary of column - value pairs.
Top
See Also