Gets DatabaseObject at specified index.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public DatabaseObject this[ string name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As DatabaseObject |
| Visual C++ |
|---|
public: property DatabaseObject^ default[String^ name] { DatabaseObject^ get (String^ name); } |
Parameters
- name
- Type: System..::.String