Index to allow easy access to the columns in this schema object.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public IDataObject this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As IDataObject
	Get

Parameters

index
Type: System..::..Int32

Property Value

Type: IDataObject

Implements

ITabularObject..::..Item[([( Int32])])

See Also