kintoneのクエリを作成するための中間オブジェクト
Inheritance Hierarchy
kintoneDotNET.APIkintoneQueryT
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:kintoneDotNET.API.kintoneQuery`1"]
The kintoneQueryT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
kintoneQueryT | Initializes a new instance of the kintoneQueryT class | |
kintoneQueryT(Boolean) | Initializes a new instance of the kintoneQueryT class | |
kintoneQueryT(String) | Initializes a new instance of the kintoneQueryT class |
Methods
Name | Description | |
---|---|---|
Ascending |
昇順のオーダー設定を行う
| |
Build |
与えられたパラメーターを元にクエリ式を組み立てる
| |
Clone | ||
ConvertBy |
項目変換用のディクショナリを設定
| |
ConvertOff |
項目変換をオフにする
| |
ConvertOn |
項目変換をオンにする
| |
Descending |
降順のオーダー設定を行う
| |
Equals | 指定した Object が、現在の Object と等しいかどうかを判断します。 (Inherited from Object.) | |
Fields |
抽出対象のフィールドを指定する
| |
Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Inherited from Object.) | |
GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
Limit |
抽出するレコード件数(Limit)の指定を行う
| |
Make | ||
Make(String) | ||
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
Offset |
レコードの読み出し位置(Offset)の指定を行う
| |
ToString | (Overrides ObjectToString.) | |
Where |
抽出条件の設定を行う
|
Operators
Name | Description | |
---|---|---|
(kintoneQueryT to ListT) |
リスト型への暗黙型変換
|
Remarks
See Also