Class RVSyBaseDataSource
Sybase data source, it adds the database name property to the base properties in RVSqlBasedDataSource.
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVSyBaseDataSource : RVSqlBasedDataSource
Constructors
RVSyBaseDataSource()
Declaration
public RVSyBaseDataSource()
Properties
Database
Name of the database to connect to.
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |