C# Class EnterpriseWebLibrary.DataAccess.CommandWriting.InlineConditionAbstraction.Conditions.LikeCondition

EWL Core and Development Utility use only.
Inheritance: InlineDbCommandCondition
Afficher le fichier Open project: enduracode/enterprise-web-library

Méthodes publiques

Méthode Description
CompareTo ( InlineDbCommandCondition other ) : int
Equals ( InlineDbCommandCondition other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
LikeCondition ( Behavior behavior, string columnName, string searchTerm ) : System

ISU use only.

Private Methods

Méthode Description
IComparable ( object obj ) : int
InlineDbCommandCondition ( IDbCommand command, DatabaseInfo databaseInfo, string parameterName ) : void

Method Details

CompareTo() public méthode

public CompareTo ( InlineDbCommandCondition other ) : int
other InlineDbCommandCondition
Résultat int

Equals() public méthode

public Equals ( InlineDbCommandCondition other ) : bool
other InlineDbCommandCondition
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LikeCondition() public méthode

ISU use only.
public LikeCondition ( Behavior behavior, string columnName, string searchTerm ) : System
behavior Behavior
columnName string
searchTerm string
Résultat System