Click or drag to resize

DatabasesItem Property (String)

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[
	string item
] { get; set; }

Parameters

item
Type: SystemString

Property Value

Type: IDatabase
See Also