ORM Sample Class Library

DataManagerBase.Criteria Members

DataManagerBase.Criteria overview

Public Instance Constructors

DataManagerBase.Criteria Constructor Helper object so that we can store more that 2 valuies into a HashMap/ArrayList

Public Instance Fields

data The data compoent of the criteria.
JoinPath The Join Path to the Column.
matchType The operator type to compare the column to to the data.

Public Instance Methods

CastArrayToString 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString Converts the Criteria to an SQL string for use in the 'where' clause.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DataManagerBase.Criteria Class | OrmLib Namespace


cpref/html/frlrfSystemCollectionsCollectionBaseClassIListInsertTopic.htm">IList.Insert (inherited from CollectionBase