Mimer SQL Data Provider
Item Property (MimerBatchCommandCollection)




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class : Item Property
The index of the specified MimerBatchCommand object.
Gets the element at the specified index.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal index As Integer _
) As MimerBatchCommand
public new MimerBatchCommand this[ 
   int index
]; {get; set;}
public  this: : MimerBatchCommand;[ 
    index: Integer
]; read-write
public hide  this[ 
   index : int
] get,set : MimerBatchCommand
public: __property new MimerBatchCommand* get_Item   int index
;
public: __property new void set_Item   int index,
   MimerBatchCommand* value
;

Parameters

index
The index of the specified MimerBatchCommand object.

Property Value

The element at the specified index.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members