CP.CS - The primary interface to the database. This object is similar to a recordset. It includes features of the content meta data. When a record is inserted, the default values of the record are available to read.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class CPCSBaseClass
C#
public abstract class CPCSBaseClass
C++
ref class CPCSBaseClass abstract 
J#
public  class CPCSBaseClass
JScript
public  class CPCSBaseClass

Inheritance Hierarchy

System.Object
   Contensive.BaseClasses.CPCSBaseClass

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also