Returns the first matching record retrieved from data based on a SQL statement as an entity or null if no match was found.
public virtual T Find<T>(string sql, Object[] parameters)
Parameters
sql
SQL string to execute. Use @0,@1,@2 for parameters
parameters
SQL parameter values to pass.
Overloads:
See also:
Class DataAccessBase© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic