TechTalk Genome v4.2

Set Methods

The methods of the Set class are listed below. For a complete list of Set class members, see the Set Members topic.

Public Static Methods

Intersection Returns the intersection of two Sets.
Subtract Returns the difference of two Sets.
UnionOverloaded. Returns the distinct union of two Sets.

Public Instance Methods

Contains Determines whether an element is in the Set.
Equals (inherited from Object)Determines whether the specified object is equal to the current object.
Filter
GetEnumerator Returns an enumerator that can iterator through the elements of the Set.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetItemOverloaded. Returns an object at the specified zero-based index of the Set .
GetRangeOverloaded. Returns a Set containing a range of elements in the source Set .
GetType (inherited from Object)Gets the Type of the current instance.
Intersection Returns the intersection of two Sets.
OrderOverloaded.
OrderBy Returns a Set containing the same elements as the source Set with the sort order defined by the specified OQL order clause.
SelectOverloaded. Returns a Set populated by evaluating the specified expression on the elements of the source Set.
Subtract Returns the difference of two Sets.
ToArrayOverloaded. Copies the elements of the Set to a new Array of .
ToObject Returns the only element of this Set.
ToString (inherited from Object)Returns a string that represents the current object.
Union Returns the distinct union of two Sets.
Where Returns a Set that contains elements of the source Set filtered by the specified OQL filter expression.

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.
GetDataSourceForDataAccess
MemberwiseClone (inherited from Object)Creates a shallow copy of the current object.

Explicit Interface Implementations

IQueryable.get_Expression
IQueryable.get_Provider

See Also

Set Class | TechTalk.Genome Namespace | DataDomain.Evaluate | DataDomain.Extent