Table of Contents

Class LinqDataSource

Namespace
Dynamicweb.Indexing.Querying.Linq
Assembly
Dynamicweb.Core.dll

The Class LinqDataSource represents linq data source

public class LinqDataSource : DataSource
Inheritance
LinqDataSource
Inherited Members

Properties

EntityName

Gets or sets entity name

public string EntityName { get; set; }

Property Value

string

EntityNamespace

Gets or sets entity namespace

public string EntityNamespace { get; set; }

Property Value

string

EntityReference

Gets or sets entity reference

public string EntityReference { get; set; }

Property Value

string

Imports

Gets or sets collection of imports

public IEnumerable<string> Imports { get; set; }

Property Value

IEnumerable<string>

Model

Gets or sets data model of the source

public DataModel Model { get; set; }

Property Value

DataModel

References

Gets or sets collection of references

public IEnumerable<string> References { get; set; }

Property Value

IEnumerable<string>
To top