[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.CommandParameter

CommandParameter Class

Represents a command parameter for use as a sql parameter.

Inheritance
CommandParameter
Namespace: GrapeCity.ActiveReports.Core.Rendering.Data
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class CommandParameter

Constructors

Name Description
CommandParameter(string, object)

Creates new CommandParameter instance.

Fields

Name Description
Name

Parameter name.

Value

Parameter value.

Methods

Name Description
Equals(CommandParameter)
Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Extension Methods