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