The IList can not be referenced by the field identifier. Any call of this method will lead to
NotSupportedException Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public IDataField this[
string id
] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item (
id As String
) As IDataField
Get |
Visual C++ |
---|
public:
virtual property IDataField^ default[String^ id] {
IDataField^ get (String^ id) sealed;
} |
F# |
---|
abstract Item : IDataField with get
override Item : IDataField with get |
Parameters
- id
- Type: System..::..String
The identifier.
Return Value
Type:
IDataFieldIDataFieldImplements
IDataAccessor..::..Item[([( String])]) Exceptions
See Also