Click or drag to resize

DataManagerImplCordovaSelect Method

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<DataStructure> CordovaSelect(
	string tableName,
	bool isHeader,
	string whereClause = ""
)

Parameters

tableName
Type: SystemString
isHeader
Type: SystemBoolean
whereClause (Optional)
Type: SystemString

Return Value

Type: IEnumerableDataStructure
See Also