Click or drag to resize

DataManagerImplDelete Method (DataStructure)

Delete given DataStructure from table

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 int Delete(
	DataStructure dataStructure
)

Parameters

dataStructure
Type: Unvired.Kernel.UWP.ModelDataStructure
DataStructure to be deleted

Return Value

Type: Int32
No of records deleted
See Also