Execute a query and get the first row of the result set
public DataRow GetFirst(string);
Executes A Stored Procedure With Optional Parameters
public DataRow GetFirst(string,object);
Db Class | CTI32Engine Namespace