Table of Contents

Interface IQueryObjectWithValue

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Base interface for all query objects with value

public interface IQueryObjectWithValue : IQueryObject
Inherited Members
Extension Methods

Methods

AsValue()

Gets a query expression representing this object as a value

IQueryExpression AsValue()

Returns

IQueryExpression

GetExpression()

Gets a string expression representing this object

string GetExpression()

Returns

string