Editable collection of DatabaseInfo objects.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public interface DatabasesInfo : IMetaCollection<DatabaseInfo>, 
	IEnumerable<DatabaseInfo>, IEnumerable, ICollectionDescription, INotifyCollection<DatabasesInfoArray>, 
	INotifyCollection
Visual Basic (Usage)
Dim instance As DatabasesInfo

See Also