Table of Contents

Class SqlParameterValue

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlParameterValue
Inheritance
SqlParameterValue
Extension Methods

Constructors

SqlParameterValue(object?, DbDataType)

public SqlParameterValue(object? providerValue, DbDataType dbDataType)

Parameters

providerValue object
dbDataType DbDataType

Properties

DbDataType

public DbDataType DbDataType { get; }

Property Value

DbDataType

ProviderValue

public object? ProviderValue { get; }

Property Value

object