IParameter Interface

Definition

Defines the parameter properties.

public interface class IParameter
public interface IParameter
type IParameter = interface
Public Interface IParameter

Properties

IsMultiValue

Gets the value that specifies whether the parameter is a multivalue parameter.

Name

Gets the value that specifies the name of the parameter.

Values

Gets the value that specifies an array of parameter values.

Applies to