Click or drag to resize
IDataAccessAdapterExecuteSingleRowRetrievalQuery Method
Executes the passed in retrieval query and, if not null, runs it inside the passed in transaction. Used to read 1 row. It sets the connection object of the command object of query object passed in to the connection object of this class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void ExecuteSingleRowRetrievalQuery(
	IRetrievalQuery queryToExecute,
	IEntityFields2 fieldsToFill,
	IFieldPersistenceInfo[] fieldsPersistenceInfo
)

Parameters

queryToExecute
Type: SD.LLBLGen.Pro.ORMSupportClassesIRetrievalQuery
Retrieval query to execute
fieldsToFill
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
The IEntityFields2 object to store the fetched data in
fieldsPersistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The IFieldPersistenceInfo objects for the fieldsToFill fields
See Also