Mimer SQL Data Provider
Item Property (MimerUserDefinedType)




Mimer.Data.Client Namespace > MimerUserDefinedType Class : Item Property
Zero-based index.
Gets or sets the value of the specified component of the user defined type instance.
Syntax
'Declaration
 
Public Overridable Default Property Item( _
   ByVal index As Integer _
) As Object
public virtual object this[ 
   int index
]; {get; set;}
public  this: : TObject;[ 
    index: Integer
];virtual;  read-write
public  this[ 
   index : int
] get,set : Object
public: __property virtual Object* get_Item   int index
;
public: __property virtual void set_Item   int index,
   Object* value
;

Parameters

index
Zero-based index.

Property Value

Returns the System.Object at the specified index.
Remarks
The data should match the type in the user defined type. This is checked when the row is inserted into the database.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerUserDefinedType Class
MimerUserDefinedType Members