DataAccessBase.FindEx<T>

Returns an entity that is the first match from a sql statement string.

public virtual T FindEx<T>(string sql,
	string fieldsToSkip,
	Object[] parameters)

Parameters

sql
Sql string to execute. Use @0,@1,@2 for positional parameters

fieldsToSkip
fields to not update from the resultset

parameters
Parameters to pass to SQL statement


See also:

Class DataAccessBase

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic