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

Name Description
FilterNodeConstant(Object, FilterNodeConstant+ObjectType)

initalize with value and type

Properties

Name Description
NodeType

type of the node

ObjType

type of the constant

Value

value of the constant

ValueAsString

get the raw constant value as string

Methods

Name Description
GetHashCode()
ToString()

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

Operators

Name Description
Implicit(FilterNodeConstant to String)

implicit cast to string

Applies to