Class DataSource
- Namespace
- Dynamicweb.Tracking.Reporting
- Assembly
- Dynamicweb.Core.dll
Represents a data source.
- Inheritance
-
Data
Source
- Inherited Members
Properties
Alias
Gets or sets the alias.
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.
Property Value
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.
Property Value
Name
Gets or sets the name.
Property Value
- string
The name.
Rank
Gets or sets the rank. Rank defines the order in wich data sources are joined.
Property Value
- int
The rank.
References
Gets or sets references.
Property Value
- IDictionary<string, string>
The data soure referenes.
Methods
ToString()
Returns a string representation of that object.