GetFieldType Method

MySQL Connector/Net

Gets the Type that is the data type of the object.

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

Syntax

C#
public override Type GetFieldType(
	int i
)
Visual Basic (Declaration)
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