CodeCharge Studio All C#.NET VB.NET

IntegerParameter Class (.NET)

Represents a CodeCharge Data Source integer parameter.

Constructors

Constructor Description
public IntegerParameter(Int64 intValue) Initializes a new instance of the integer parameter class.

Properties

Property Description
public Int64 Value get or set value of parameter

Methods

Method Description
public virtual string GetFormattedValue(string format) Convert to string and return Value of the parameter, used mask, specified by format parameter
public static IntegerParameter GetParam(object param) Return the instance of IntegerParameter class with value specified by param parameter. If param is null (Nothing in VB) value, the null reference will be returned.
public static IntegerParameter GetParam(object param, string format) Return the instance of IntegerParameter class with value specified by param parameter. If param is String value, it will be parsed using mask, specified by format parameter If param is null (Nothing in VB) value, the null reference will be returned.
public static IntegerParameter GetParam(object param, object defaultValue) Return the instance of IntegerParameter class with value specified by param parameter. If param is null (Nothing in VB) value, the defaultValue parameter will be used.
public static IntegerParameter GetParam(object param, string format, object defaultValue) Return the instance of IntegerParameter class with value specified by param parameter. If param is String value, it will be parsed using mask, specified by format parameter If param is null (Nothing in VB) value, the defaultValue parameter will be used. If param and defaultValue are null (Nothing in VB) values, the null reference will be returned.

See also

BooleanParameter Class
DateParameter Class
FloatParameter Class
TextParameter Class
MemoParameter Class


On-line, printable versions and updates