| CargoQueryParametersWhere Property |
This is preliminary documentation and is subject to change.
The conditions for the query, corresponding to an SQL WHERE clause.
Namespace: WikiClientLibrary.CargoAssembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? Where { get; set; }
Public Property Where As String
Get
Set
Dim instance As CargoQueryParameters
Dim value As String
value = instance.Where
instance.Where = value
public:
property String^ Where {
String^ get ();
void set (String^ value);
}
member Where : string with get, set
Property Value
StringSee Also