Cargo |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "T:WikiClientLibrary.Cargo.CargoQueryParameters"]
The CargoQueryParameters type exposes the following members.
Name | Description | |
---|---|---|
CargoQueryParameters | Initializes a new instance of the CargoQueryParameters class |
Name | Description | |
---|---|---|
Fields | The table field(s) to retrieve. | |
GroupBy | Field(s) on which to group results, corresponding to an SQL GROUP BY clause. | |
Having | Conditions for grouped values, corresponding to an SQL HAVING clause. | |
JoinOn | Conditions for joining multiple tables (LEFT OUTER JOIN), corresponding to an SQL JOIN ON clause. | |
Limit | A limit on the number of results returned. | |
Offset | The query offset. | |
OrderBy | The order of results, corresponding to an SQL ORDER BY clause. | |
Tables | The Cargo database table or tables on which to search. | |
Where | The conditions for the query, corresponding to an SQL WHERE clause. |
Name | Description | |
---|---|---|
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) | |
GetHashCode | Serves as the default hash function. (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) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |