Craig's Utility Library  4.0 Beta
Utilities.ORM.Parameters.AndParameter Class Reference

Parameter class that ANDs two other parameters together More...

Inheritance diagram for Utilities.ORM.Parameters.AndParameter:
Utilities.ORM.Manager.QueryProvider.BaseClasses.ParameterBase< string >

Public Member Functions

 AndParameter (IParameter Left, IParameter Right)
 Constructor More...
 
override void AddParameter (DbCommand Helper)
 Adds the parameter to the SQLHelper More...
 
override IParameter CreateCopy (string Suffix)
 Creates a copy of the parameter More...
 
override string ToString ()
 Outputs the param as a string More...
 
- Public Member Functions inherited from Utilities.ORM.Manager.QueryProvider.BaseClasses.ParameterBase< string >
string AddParameter (string Command)
 Finds itself in the string command and adds the value More...
 
override bool Equals (object obj)
 Determines if the objects are equal More...
 
override int GetHashCode ()
 Gets the hash code for the object More...
 
override string ToString ()
 Returns the string version of the parameter More...
 

Properties

IParameter Left [get, set]
 Left parameter More...
 
IParameter Right [get, set]
 Right parameter More...
 
- Properties inherited from Utilities.ORM.Manager.QueryProvider.BaseClasses.ParameterBase< string >
virtual DbType DatabaseType [get, set]
 Database type More...
 
virtual ParameterDirection Direction [get, set]
 Direction of the parameter More...
 
virtual string ID [get, set]
 The Name that the parameter goes by More...
 
object InternalValue [get]
 Gets the internal value. More...
 
string ParameterStarter [get, set]
 Starting string of the parameter More...
 
virtual DataType Value [get, set]
 Parameter value More...
 
virtual string BatchID [get, set]
 Batch ID More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Utilities.ORM.Manager.QueryProvider.BaseClasses.ParameterBase< string >
static bool operator!= (ParameterBase< DataType > first, ParameterBase< DataType > second)
 != operator More...
 
static bool operator== (ParameterBase< DataType > first, ParameterBase< DataType > second)
 The == operator More...
 
- Protected Member Functions inherited from Utilities.ORM.Manager.QueryProvider.BaseClasses.ParameterBase< string >
 ParameterBase (string ID, DataType Value, ParameterDirection Direction=ParameterDirection.Input, string ParameterStarter="@")
 Constructor More...
 
 ParameterBase (string ID, SqlDbType Type, object Value=null, ParameterDirection Direction=ParameterDirection.Input, string ParameterStarter="@")
 Constructor More...
 
 ParameterBase (string ID, DbType Type, object Value=null, ParameterDirection Direction=ParameterDirection.Input, string ParameterStarter="@")
 Constructor More...
 

Detailed Description

Parameter class that ANDs two other parameters together

Definition at line 31 of file AndParameter.cs.

Constructor & Destructor Documentation

Utilities.ORM.Parameters.AndParameter.AndParameter ( IParameter  Left,
IParameter  Right 
)

Constructor

Definition at line 36 of file AndParameter.cs.

Member Function Documentation

override void Utilities.ORM.Parameters.AndParameter.AddParameter ( DbCommand  Helper)
virtual

Adds the parameter to the SQLHelper

Parameters
HelperSQLHelper to add the parameter to

Implements Utilities.ORM.Manager.QueryProvider.BaseClasses.ParameterBase< string >.

Definition at line 57 of file AndParameter.cs.

override IParameter Utilities.ORM.Parameters.AndParameter.CreateCopy ( string  Suffix)
virtual

Creates a copy of the parameter

Parameters
SuffixSuffix to add to the parameter (for batching purposes)
Returns
A copy of the parameter

Implements Utilities.ORM.Manager.QueryProvider.BaseClasses.ParameterBase< string >.

Definition at line 68 of file AndParameter.cs.

override string Utilities.ORM.Parameters.AndParameter.ToString ( )

Outputs the param as a string

Returns
The param as a string

Definition at line 77 of file AndParameter.cs.

Property Documentation

IParameter Utilities.ORM.Parameters.AndParameter.Left
getset

Left parameter

Definition at line 46 of file AndParameter.cs.

IParameter Utilities.ORM.Parameters.AndParameter.Right
getset

Right parameter

Definition at line 51 of file AndParameter.cs.


The documentation for this class was generated from the following file: