Provides access to the database using a SqlClient connection and methods.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public class DataServer : MarshalByRefObject, IDisposable
Visual Basic
Public Class DataServer _
	Inherits MarshalByRefObject _
	Implements IDisposable
Visual C++
public ref class DataServer : public MarshalByRefObject, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    Asi.iBO..::..DataServer

See Also