Table of Contents

Class SqlParamRef

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Represents a reference to a SqlParam

public class SqlParamRef
Inheritance
SqlParamRef
Inherited Members
Extension Methods

Constructors

SqlParamRef(string, int)

Constructor

public SqlParamRef(string Name, int Index)

Parameters

Name string
Index int

Properties

Index

The index of the parameter

public int Index { get; }

Property Value

int

Name

The name of the parameter

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string representation of this instance.

public override string ToString()

Returns

string