Click or drag to resize

TableInfosItem Property (String)

Indexer for this collection.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TableInfo this[
	string index
] { get; set; }

Parameters

index
Type: SystemString

Property Value

Type: TableInfo
Remarks
The indexer permists instances of this class to be indexed in the same way as arrays.
See Also