GetFieldType Method (Int32)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the Type that is the data type of the object.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public override Type GetFieldType(
	int i
)
Visual Basic
Public Overrides Function GetFieldType ( _
	i As Integer _
) As Type
Visual C++
public:
virtual Type^ GetFieldType(
	int i
) override

Parameters

i
Type: System..::..Int32

Return Value

Implements

IDataRecord..::..GetFieldType(Int32)
IDataRecord..::..GetFieldType(Int32)

See Also