DataAccessBase.Find<T>

Returns a single entity based on a keyfield and key value

public virtual T Find<T>(object keyValue,
	string tableName,
	string keyField)

Parameters

keyValue
Value to look up in keyfield

tableName
Name of the table to work on

keyField
Field that is used for the key lookup

Overloads:


See also:

Class DataAccessBase

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