Table of Contents

Class DataParameter

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

Represents data parameter

public class DataParameter
Inheritance
DataParameter
Inherited Members

Properties

Default

Gets or sets default value

public object Default { get; set; }

Property Value

object

Name

Gets or sets Name

public string Name { get; set; }

Property Value

string

TypeName

Gets or sets type

public string TypeName { get; set; }

Property Value

string
To top