Click or drag to resize

DataManagerImplExecuteDeferredQuery Method

Execute raw query to select records from given table. It returns each row of the result using the mapping automatically generated for the given type. Note: For join query column name should be unique across joined tables

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<Object> ExecuteDeferredQuery(
	string tableName,
	string sql
)

Parameters

tableName
Type: SystemString
sql
Type: SystemString

Return Value

Type: IEnumerableObject
See Also