Table of Contents

Class DataSource

Namespace
Dynamicweb.Tracking.Reporting
Assembly
Dynamicweb.Tracking.dll
Represents a data source.
public class DataSource
Inheritance
DataSource
Inherited Members

Properties

Alias

Gets or sets the alias.
public string Alias { get; set; }

Property Value

string
The alias.

AllowUnsafeColumnNames

Gets or sets a value indicating whether the column names specified should be treated as safe. I.E., wrapped in square brackets "[ ]". Default is false meaning treat as unsafe.
public bool AllowUnsafeColumnNames { get; set; }

Property Value

bool

AllowUnsafeTableName

Gets or sets a value indicating whether the table name specified should be treated as safe. I.E., wrapped in square brackets "[ ]". Default is false meaning treat as unsafe.
public bool AllowUnsafeTableName { get; set; }

Property Value

bool

Name

Gets or sets the name.
public string Name { get; set; }

Property Value

string
The name.

Rank

Gets or sets the rank. Rank defines the order in wich data sources are joined.
public int Rank { get; set; }

Property Value

int
The rank.

References

Gets or sets references.
public IDictionary<string, string> References { get; set; }

Property Value

IDictionary<string, string>
The data soure referenes.

Methods

ToString()

Returns a string representation of that object.
public override string ToString()

Returns

string
To top