Class
XmlaQueryProperty

Represents a property that is used when using Discover and Execute methods.

Definition

Namespace:Telerik.Pivot.Xmla

Assembly:Telerik.Pivot.DataProviders.Xmla.dll

Syntax:

cs-api-definition
public class XmlaQueryProperty

Inheritance: objectXmlaQueryProperty

Constructors

XmlaQueryProperty()

Declaration

cs-api-definition
public XmlaQueryProperty()

Properties

Name

Gets or sets the name of the property.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

The name.

Value

Gets or sets the value of the property.

Declaration

cs-api-definition
public string Value { get; set; }

Property Value

string

The value.

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()