EasyObjects.NET Programmers Reference

DatabaseTypeDataCollection.Item Property

Gets or sets the DatabaseTypeData at the specified index.

Overload List

Gets or sets the DatabaseTypeData at the specified index.

public DatabaseTypeData this[int] {get; set;}

Gets or sets the DatabaseTypeData associated with the specified name.

public DatabaseTypeData this[string] {get; set;}

See Also

DatabaseTypeDataCollection Class | NCI.EasyObjects.Configuration Namespace