Table of Contents

Class SqlParameterNode

Namespace
LfrlAnvil.Sql.Expressions.Objects
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree expression node that defines a single bound parameter.

public sealed class SqlParameterNode : SqlExpressionNode
Inheritance
SqlParameterNode
Inherited Members
Extension Methods

Properties

Index

Optional 0-based position of this parameter.

public int? Index { get; }

Property Value

int?

Remarks

Non-null values mean that the parameter may be interpreted as a positional parameter.

Name

Parameter's name.

public string Name { get; }

Property Value

string

Type

Optional runtime type of this parameter.

public TypeNullability? Type { get; }

Property Value

TypeNullability?