C# Class IQMap.Implementation.QueryParameter

Inheritance: IDataParameter
Afficher le fichier Open project: jamietre/IQMap

Protected Properties

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

Méthodes publiques

Méthode Description
QueryParameter ( string name, object value ) : System

Méthodes protégées

Méthode Description
GetDBType ( Type type ) : DbType
Initialize ( ) : void

Method Details

GetDBType() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

QueryParameter() public méthode

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

Property Details

_Value protected_oe property

protected object _Value
Résultat object