Click or drag to resize

SchemaInfoCollectionItem Property

Indexer for the collection returning a SchemaInfo object.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SchemaInfo this[
	string columnName
] { get; }

Parameters

columnName
Type: SystemString
The name of the column to lookup.

Return Value

Type: SchemaInfo
The SchemaInfo for the specified column or null if not found.
See Also