See Also

DbDataReaderBase Class  | DbDataReaderBase Members  | Overload List

Language

Visual Basic

C#

Show All

name
The name of the column.
See AlsoLanguagesDevart.DataSend comments on this topic.

GetInt32(String) Method

Devart.Common Namespace > DbDataReaderBase Class > GetInt32 Method : GetInt32(String) Method

Gets the value of the specified column as a 32-bit signed integer.

[Visual Basic]
Overloads Public Function GetInt32( _    ByVal name As String _ ) As Integer
[C#]
public int GetInt32(    string name );

Parameters

name
The name of the column.

Return Type

The value of the specified column.

See Also

DbDataReaderBase Class  | DbDataReaderBase Members  | Overload List

 

 


© 2002 - 2013 Devart. All Rights Reserved.