Shunde.NET Framework Class Library
DBUtils.GetIntValue Method
Gets an int Value from the given SqlDataReader
public static
int
GetIntValue(
SqlDataReader
sdr
,
String
columnName
);
See Also
DBUtils Class
|
Shunde.Utilities Namespace