Show / Hide Table of Contents

Class ParameterType

Defines the parameter types available in the system.

Inheritance
System.Object
ParameterType
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class ParameterType : Enum

Fields

FunctionParameter

Function parameter

Declaration
public const ParameterType FunctionParameter
Field Value
Type Description
ParameterType

Parameter

Standard parameter with channels and conversion.

Declaration
public const ParameterType Parameter
Field Value
Type Description
ParameterType

ParameterInfoSummary

Parameter Summary

Declaration
public const ParameterType ParameterInfoSummary
Field Value
Type Description
ParameterType

ScalarParameter

Scalar parameter - Configuration Parameter from DTV Offload

Declaration
public const ParameterType ScalarParameter
Field Value
Type Description
ParameterType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

VirtualParameter

Virtual parameter with language type and function.

Declaration
public const ParameterType VirtualParameter
Field Value
Type Description
ParameterType
Back to top Generated by DocFX