Gets a
DataField with specified name, throws an exception if not found.
'Declaration
Public Shadows ReadOnly Default Property Item( _
ByVal As System.String _
) As DataField
public new DataField this[
System.string
]; {get;}
Parameters
- name
- The name of DataField.
Property Value
Returns
DataField object with specified name, throws an exception if not found.