CTI32 Engine Class Library

Db.GetFirst Method

Execute a query and get the first row of the result set

Overload List

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);

See Also

Db Class | CTI32Engine Namespace