ComponentOne DataObjects for .NET
Item(String) Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableFieldCollection Class > Item Property : Item(String) Property
The Field.Name of the element. The search is not case-sensitive.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As TableField
public TableField Item( 
   System.string name
) {get;}

Parameters

name
The Field.Name of the element. The search is not case-sensitive.
See Also

Reference

TableFieldCollection Class
TableFieldCollection Members
Overload List