C# Class PetShop.Data.SqlClient.Procedure

Show file Open project: netTiers/netTiers

Private Properties

Property Type Description

Public Methods

Method Description
Parameter ( string paramName ) : Parameter

Get the parameter from the specified name of the param.

Procedure ( ) : System

Creates a new Procedure instance.

Method Details

Parameter() public method

Get the parameter from the specified name of the param.
public Parameter ( string paramName ) : Parameter
paramName string Name of the param.
return Parameter

Procedure() public method

Creates a new Procedure instance.
public Procedure ( ) : System
return System