Click or drag to resize

OrmResultSetTData Methods

The OrmResultSetTData generic 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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFirst
Return the first object
Public methodFirstOrDefault
Return the first object
Public methodGetEnumerator
Get the enumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (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 methodMemberwiseClone (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 methodToString (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 MethodAsResultSetOverloaded.
As result set
(Defined by ExtensionMethods.)
Public Extension MethodAsResultSetTDataOverloaded.
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 MethodIsNullOrEmpty
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods.)
Public Extension MethodToDictionaryIgnoringDuplicatesTData, TKey(FuncTData, TKey)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodToDictionaryIgnoringDuplicatesTData, TKey, TElement(FuncTData, TKey, FuncTData, TElement)Overloaded. (Defined by ExtensionMethods.)
Top
See Also