Returns an object for a key value.
Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public virtual T this[ TKey Key ] { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Default Property Item ( _ Key As TKey _ ) As T Get |
Visual C++ |
---|
public: virtual property T default[TKey Key] { T get (TKey Key); } |
Parameters
- Key
- Type: TKey
Remarks
This function onforwards a call to DatabaseObjects.ObjectByKey().