Click or drag to resize

DatabasesItem Property (Int32)

Indexer for the Databases class. Use to set/get an IDatabase object in the collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IDatabase this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: IDatabase
See Also