Click or drag to resize

DataManagerImplGetT Method (String)

Get all records from table of give type

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<T> Get<T>(
	string whereClause
)
where T : new()

Parameters

whereClause
Type: SystemString
Where clause for query

Type Parameters

T

Return Value

Type: IEnumerableT
Enumerable of DataStructure
See Also