FilterNodeConstant Class

Definition

a node that encapsulates a constant in the filter

[System.Runtime.InteropServices.ComVisible(false)]
public class FilterNodeConstant : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
[<System.Runtime.InteropServices.ComVisible(false)>]
type FilterNodeConstant = class
    inherit FilterNode
Public Class FilterNodeConstant
Inherits FilterNode
Inheritance
FilterNodeConstant
Attributes

Constructors

FilterNodeConstant(Object, FilterNodeConstant+ObjectType)

initalize with value and type

Properties

NodeType

type of the node

ObjType

type of the constant

Value

value of the constant

ValueAsString

get the raw constant value as string

Methods

GetHashCode()
ToString()

Converts the value to a string that can be used as a parameter in a SQL script.

Operators

Implicit(FilterNodeConstant to String)

implicit cast to string

Applies to