The SelectUtils type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SelectUtils |
Initializes a new instance of the SelectUtils class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
SelectAttributesWithList<(Of <<'(P>)>>) |
Invokes select queries that use parameter lists (with IN clauses) by splitting the parameter list
across multiple invocations that are invoked in parallel.
|
|
SelectCountNextToken(ItemMapping, String) |
Invokes a select COUNT query and returns the NextToken
from SimpleDb.
|
|
SelectCountNextToken<(Of <<'(T>)>>)(String) |
Invokes a select COUNT query and returns the NextToken
from SimpleDb.
|
|
SelectWithList<(Of <<'(T, P>)>>) |
Invokes select queries that use parameter lists (with IN clauses) by splitting the parameter list
across multiple invocations that are invoked in parallel.
|
|
ToString | (Inherited from Object.) |