Gets the IDataField by the specified string identifier.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
IDataField this[ string id ] { get; } |
| Visual Basic |
|---|
ReadOnly Default Property Item ( id As String ) As IDataField Get |
| Visual C++ |
|---|
property IDataField^ default[String^ id] { IDataField^ get (String^ id); } |
| F# |
|---|
abstract Item : IDataField with get |
Parameters
- id
- Type: System..::..String