C# Class IQMap.Implementation.QueryParameter

Inheritance: IDataParameter
Mostra file Open project: jamietre/IQMap

Protected Properties

Property Type Description
_Value object

Public Methods

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

Protected Methods

Method Description
GetDBType ( Type type ) : DbType
Initialize ( ) : void

Method Details

GetDBType() protected method

protected GetDBType ( Type type ) : DbType
type System.Type
return DbType

Initialize() protected method

protected Initialize ( ) : void
return void

QueryParameter() public method

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

Property Details

_Value protected_oe property

protected object _Value
return object