Click or drag to resize

OrmResultSetTData Methods

The OrmResultSetTData type exposes the following members.

Methods
 NameDescription
Public methodAny Instructs the reader to count the number of records
Public methodClone Clone the current result set with the specified sqlstatement
Public methodCloneOnContext Clone on a new context
Public methodCount Instructs the reader to count the number of records
Public methodDistinct Select distinct records
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExcept(IOrmResultSet) Except of other result set with this
Public methodExcept(OrmResultSetTData) Except the data
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFirst Return the first object
Public methodFirstOrDefault Return the first object
Public methodGetEnumerator Get the enumerator
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHavingKeys Get only those objects with the specified keys
Public methodIntersect(IOrmResultSet) Intersect the other result set
Public methodIntersect(OrmResultSetTData) Intersect the data
Public methodKeysT(Boolean) Gets the specified keys from the object
Public methodKeysTKeyTable, T Gets the specified keys from the specified object type
Public methodMaxT Get the maximum value of the specifed column
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMinT Get the maximum value of the specifed column
Public methodOrderBy(ExpressionFuncTData, Object) Instructs the reader to order by specified records
Public methodOrderBy(LambdaExpression) Order by the provided expression
Public methodOrderByDescending(ExpressionFuncTData, Object) Instructs the reader to order by specified records
Public methodOrderByDescending(LambdaExpression) Order by descending
Public methodSelect(ExpressionFuncTData, Object) Select the specified column
Public methodSelectT(ExpressionFuncTData, T) Select the specified column
Public methodSelectTElement(String) A non-genericized select statement
Public methodSkip Instructs the reader to skip n records
Public methodTake Instructs the reader to take n records
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnion(IOrmResultSet) Union of other result set with this
Public methodUnion(OrmResultSetTData) Intersect the data
Public methodWhere Filter expression with a SELECT * FROM (XXXXXX) WHERE
Public methodWithoutOrdering Remove ordering
Public methodWithoutSkip Remove the skip
Public methodWithoutTake Remove the take instruction
Top
Extension Methods
 NameDescription
Public Extension MethodAsResultSet As result set
(Defined by ExtensionMethods)
Public Extension MethodAsResultSetTData As result set
(Defined by ExtensionMethods)
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodForEachTData For each item in an enumerable
(Defined by ExtensionMethods)
Public Extension MethodIsNullOrEmpty Returns true if the IList is null or has no elements
(Defined by ExtensionMethods)
Public Extension MethodToDictionaryIgnoringDuplicatesTData, TKey Creates a DictionaryTKey, TValue from an IEnumerableT according to specified key selector function. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods)
Public Extension MethodToDictionaryIgnoringDuplicatesTData, TKey, TElement Creates a DictionaryTKey, TValue from an IEnumerableT according to specified key selector and element selector functions. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also