Table of Contents

Struct SqlDataTypeParameter

Namespace
LfrlAnvil.Sql
Assembly
LfrlAnvil.Sql.Core.dll

Represents an ISqlDataType parameter definition.

public readonly struct SqlDataTypeParameter
Inherited Members

Constructors

SqlDataTypeParameter(string, Bounds<int>)

Creates a new SqlDataTypeParameter instance.

public SqlDataTypeParameter(string name, Bounds<int> bounds)

Parameters

name string

Parameter's name.

bounds Bounds<int>

Range of valid values for this parameter.

Properties

Bounds

Range of valid values for this parameter.

public Bounds<int> Bounds { get; }

Property Value

Bounds<int>

Name

Parameter's name.

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string representation of this SqlDataTypeParameter instance.

[Pure]
public override string ToString()

Returns

string

String representation.