ITableDbCommandBuilder Members
The ITableDbCommandBuilder<(Of <(<'TObject>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
WithFilter(Object, FilterOptions) |
Adds (or replaces) the filter on this command builder.
|
|
|
WithFilter(String) |
Adds (or replaces) the filter on this command builder.
|
|
|
WithFilter(String, Nullable<(Of <<'(Object>)>>)) |
Adds (or replaces) the filter on this command builder.
|
|
|
WithLimits(Int32, LimitOptions, Nullable<(Of <<'(Int32>)>>)) |
Adds limits to the command builder.
|
|
|
WithLimits(Int32, Int32) |
Adds limits to the command builder.
|
|
|
WithSorting(array<SortExpression>[]()[][]) |
Adds sorting to the command builder.
|
|
|
WithSorting(IEnumerable<(Of <<'(SortExpression>)>>)) |
Adds sorting to the command builder
|

