C# Class Hd.QueryExtensions.Parameter

Mostrar archivo Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

Method Description
Parameter ( ) : System
Parameter ( object value ) : System
Parameter ( string name, object value ) : System

Method Details

Parameter() public method

public Parameter ( ) : System
return System

Parameter() public method

public Parameter ( object value ) : System
value object
return System

Parameter() public method

public Parameter ( string name, object value ) : System
name string
value object
return System