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; }
Public Default Property Item (
item As String
) As IDatabase
Get
Set
Parameters
- item
- Type: SystemString
Property Value
Type:
IDatabaseSee Also