C# Class WeenyMapper.Sql.CommandParameter

Afficher le fichier Open project: erikojebo/WeenyMapper Class Usage Examples

Méthodes publiques

Méthode Description
CommandParameter ( string columnName, object value ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToConstraintString ( string operatorString, string>.Func escapeFunction ) : string
ToString ( ) : string

Method Details

CommandParameter() public méthode

public CommandParameter ( string columnName, object value ) : System
columnName string
value object
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToConstraintString() public méthode

public ToConstraintString ( string operatorString, string>.Func escapeFunction ) : string
operatorString string
escapeFunction string>.Func
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string