DataAccessBase.FindEx<T>

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

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

Parameters

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

propertiesToSkip
fields to not update from the resultset

parameters
DbParameters (CreateParameter()) for named parameters or use @0,@1 parms in SQL and plain values


See also:

Class DataAccessBase

© West Wind Technologies, 1996-2023 • Updated: 07/15/20
Comment or report problem with topic