Click or drag to resize

DataManagerImplGet Method (String, String)

Execute raw query

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> Get(
	string tableName,
	string whereClause
)

Parameters

tableName
Type: SystemString
Table name to query
whereClause
Type: SystemString
Where clause for query

Return Value

Type: IEnumerableObject
Enumerable objects of given type
See Also