 | OrmResultSetTDataWithoutTake Method |
Remove the take instruction
Namespace: SanteDB.OrmLiteAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic IOrmResultSet WithoutTake(
out int originalTake
)
Public Function WithoutTake (
<OutAttribute> ByRef originalTake As Integer
) As IOrmResultSet
public:
virtual IOrmResultSet^ WithoutTake(
[OutAttribute] int% originalTake
) sealed
abstract WithoutTake :
originalTake : int byref -> IOrmResultSet
override WithoutTake :
originalTake : int byref -> IOrmResultSet Parameters
- originalTake Int32
[Missing <param name="originalTake"/> documentation for "M:SanteDB.OrmLite.OrmResultSet`1.WithoutTake(System.Int32@)"]
Return Value
IOrmResultSet[Missing <returns> documentation for "M:SanteDB.OrmLite.OrmResultSet`1.WithoutTake(System.Int32@)"]
Implements
IOrmResultSetWithoutTake(Int32)
See Also