Click or drag to resize

Article Class

Data article handling
Inheritance Hierarchy
SystemObject
  Velo.DataArticle

Namespace:  Velo.Data
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static class Article

The Article type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add an article data record to database
Public methodStatic memberDelete
Delete an article data item by ID
Public methodStatic memberGetAll
Gives a list of article
Public methodStatic memberGetByID
Gives an article data item by ID
Public methodStatic memberUpdate
Update article data
Top
See Also