[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLFieldValues.Item(System.Int32)"]

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public SQLFieldValue this[
	int intIndex
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	intIndex As Integer _
) As SQLFieldValue
	Get
Visual C++
public:
property SQLFieldValue^ default[int intIndex] {
	SQLFieldValue^ get (int intIndex);
}

Parameters

intIndex
Type: System..::..Int32

See Also