| Table of Contents
|
public Plug With(string key, string value);
| Name | Type | Description |
|---|---|---|
| key | string | Query key. |
| value | string | Query value. |
public Plug With(string key, bool value);
| Name | Type | Description |
|---|---|---|
| key | string | Query key. |
| value | bool | Query value. |
public Plug With(string key, int value);
| Name | Type | Description |
|---|---|---|
| key | string | Query key. |
| value | int | Query value. |
public Plug With(string key, long value);
| Name | Type | Description |
|---|---|---|
| key | string | Query key. |
| value | long | Query value. |
public Plug With(string key, decimal value);
| Name | Type | Description |
|---|---|---|
| key | string | Query key. |
| value | decimal | Query value. |
public Plug With(string key, double value);
| Name | Type | Description |
|---|---|---|
| key | string | Query key. |
| value | double | Query value. |
public Plug With(string key, DateTime value);
| Name | Type | Description |
|---|---|---|
| key | string | Query key. |
| value | DateTime | Query value. |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by