Show / Hide Table of Contents

Class DbParameterInfo

A class that is used then reporting data-errors, the class holds information of a parameter used in the query.

Inheritance
Object
DbParameterInfo
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Data
Assembly: IRM.dll
Syntax
[Serializable]
public class DbParameterInfo

Constructors

DbParameterInfo(String, String)

Initializes a new instance of the DbParameterInfo class

Declaration
public DbParameterInfo(string parameterName, string value)
Parameters
String parameterName

String value

Properties

ParameterName

Gets or sets the name of the parameter.

Declaration
public string ParameterName { get; set; }
Property Value
String

The name of the parameter.

Value

Gets or sets the value of the parameters.

Declaration
public string Value { get; set; }
Property Value
String

The value of the parameter.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX