Table of Contents

Class SqlParam

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Represents a parameter for a SQL statement.

public class SqlParam
Inheritance
SqlParam
Inherited Members
Extension Methods

Constructors

SqlParam(string, object)

Constructor

public SqlParam(string Name, object Value)

Parameters

Name string
Value object

Properties

Name

The parameter name

public string Name { get; }

Property Value

string

Value

The parameter value

public object Value { get; }

Property Value

object