Mimer SQL Data Provider
MimerUserDefinedType Constructor(Int32)




Mimer.Data.Client Namespace > MimerUserDefinedType Class > MimerUserDefinedType Constructor : MimerUserDefinedType Constructor(Int32)
This is the number of attributes of the user defined type instance.
Create an empty user defined type instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal count As Integer _
)
public MimerUserDefinedType( 
   int count
)
public MimerUserDefinedType( 
    count: Integer
); 
public function MimerUserDefinedType( 
   count : int
);
public: MimerUserDefinedType( 
   int count
)

Parameters

count
This is the number of attributes of the user defined type instance.
Remarks
To store a user-defined type in the database set each of the attributes to the appropriate value with the Item indexer of this class.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerUserDefinedType Class
MimerUserDefinedType Members
Overload List