C# Class IQMap.SqlQueryBuilder.Impl.QueryParameter

A non-SQL-implementation-specific dataparameter
Inheritance: IDataParameter
Mostrar archivo Open project: jamietre/IQMap Class Usage Examples

Public Properties

Property Type Description
DbTypeMap DbType>.Dictionary

Protected Properties

Property Type Description
_Value object

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
QueryParameter ( string name, object value ) : System
ToString ( ) : string

Protected Methods

Method Description
GetDBType ( Type type ) : DbType

Private Methods

Method Description
PopulateDbTypeMap ( ) : void
QueryParameter ( ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetDBType() protected method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

QueryParameter() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

DbTypeMap public_oe static_oe property

public static Dictionary DbTypeMap
return DbType>.Dictionary

_Value protected_oe property

protected object _Value
return object