InternalFields.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property ADODB::Field ^ default[System::Object ^] { ADODB::Field ^ get(System::Object ^ index); };
public ADODB.Field this[object index] { get; }
member this.Item(obj) : ADODB.Field
Default Public ReadOnly Property Item(index As Object) As Field
Parameters
- index
- Object
Property Value
ADODB.Field
Implements
ADODB.Fields.Item(System.Object)