Shunde.NET Framework Class Library

DBUtils.GetIntFromSqlSelect Method

Executes an SQL Query that is known to return just one integer Value

Overload List

Executes an SQL Query that is known to return just one integer Value

public static int GetIntFromSqlSelect(SqlCommand);

Executes an SQL Query that is known to return just one integer Value

public static int GetIntFromSqlSelect(String);

See Also

DBUtils Class | Shunde.Utilities Namespace