Table of Contents

Class DataSource

Namespace
Dynamicweb.Indexing.Repositories.Data
Assembly
Dynamicweb.Core.dll

Represents data source

public class DataSource
Inheritance
DataSource
Derived
Inherited Members

Properties

Name

Gets or sets data source name

public string Name { get; set; }

Property Value

string

Provider

Gets or sets data source provider

public string Provider { get; set; }

Property Value

string

Repository

Gets or sets data source repository

public string Repository { get; set; }

Property Value

string

TypeName

Gets or sets data source type

public string TypeName { get; set; }

Property Value

string
To top