C# Class IQMap.SqlQueryBuilder.Impl.QueryParameter

A non-SQL-implementation-specific dataparameter
Inheritance: IDataParameter
Afficher le fichier Open project: jamietre/IQMap Class Usage Examples

Méthodes publiques

Свойство Type Description
DbTypeMap DbType>.Dictionary

Protected Properties

Свойство Type Description
_Value object

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetDBType ( Type type ) : DbType

Private Methods

Méthode Description
PopulateDbTypeMap ( ) : void
QueryParameter ( ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDBType() protected méthode

protected GetDBType ( Type type ) : DbType
type System.Type
Résultat DbType

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

QueryParameter() public méthode

public QueryParameter ( string name, object value ) : System
name string
value object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DbTypeMap public_oe static_oe property

public static Dictionary DbTypeMap
Résultat DbType>.Dictionary

_Value protected_oe property

protected object _Value
Résultat object