Knight Data Access Layer
LoadOne Method (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : LoadOne Method
Get a single record for a table and a parameterized where clause and return a dictionary.
Overload List
OverloadDescription
Get a single record for a table and a parameterized where clause and return a dictionary.  
Get one record for a table for a specific column and value.  
Load the first record in a table and return a dictionary of columns or null if there are no records.  
Get a single record for a table and a parameterized where clause and return a dictionary.  
Load a single object by the passed parameters  
Load the first record in a table based on a where clause  
Load the first record in a table based on a where clause  
Load a single object by the passed parameters  
Load the first record matching the where clause  
Load the first record matching the where clause  
Load the first record matching the where clause  
Load the first record from the table  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataHelper Class
DataHelper Members