![]() | OrmResultSetTData Class |
Namespace: SanteDB.OrmLite
The OrmResultSetTData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Context |
Get the context
|
![]() | Statement |
Gets the SQL statement that this result set is based on
|
Name | Description | |
---|---|---|
![]() | Any |
Instructs the reader to count the number of records
|
![]() | Count |
Instructs the reader to count the number of records
|
![]() | Distinct |
Select distinct records
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | First |
Return the first object
|
![]() | FirstOrDefault |
Return the first object
|
![]() | GetEnumerator |
Get the enumerator
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMember |
Get member information from lambda
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Intersect |
Intersect the other result set
|
![]() | KeysT(Boolean) |
Gets the specified keys from the object
|
![]() | KeysTKeyTable, T |
Gets the specified keys from the specified object type
|
![]() | MaxT |
Get the maximum value of the specifed column
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MinT |
Get the maximum value of the specifed column
|
![]() | OrderBy |
Instructs the reader to order by specified records
|
![]() | OrderByDescending |
Instructs the reader to order by specified records
|
![]() | Select(ExpressionFuncTData, Object) |
Select the specified column
|
![]() | SelectT(ExpressionFuncTData, T) |
Select the specified column
|
![]() | Skip |
Instructs the reader to skip n records
|
![]() | Take |
Instructs the reader to take n records
|
![]() | ToSqlStatement |
Convert to an SQL statement
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Union(IOrmResultSet) |
Union of other result set with this
|
![]() | Union(OrmResultSetTData) |
Intersect the data
|
Name | Description | |
---|---|---|
![]() | ConvertTReturn |
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.) |
![]() | GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |