kintoneQueryT ClasskintoneDotNETHelp
kintoneのクエリを作成するための中間オブジェクト
Inheritance Hierarchy

SystemObject
  kintoneDotNET.APIkintoneQueryT

Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public class kintoneQuery<T>
where T : AbskintoneModel

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:kintoneDotNET.API.kintoneQuery`1"]

The kintoneQueryT type exposes the following members.

Constructors

  NameDescription
Public methodkintoneQueryT
Initializes a new instance of the kintoneQueryT class
Public methodkintoneQueryT(Boolean)
Initializes a new instance of the kintoneQueryT class
Public methodkintoneQueryT(String)
Initializes a new instance of the kintoneQueryT class
Top
Methods

  NameDescription
Public methodAscending
昇順のオーダー設定を行う
Public methodBuild
与えられたパラメーターを元にクエリ式を組み立てる
Public methodClone
Public methodConvertBy
項目変換用のディクショナリを設定
Public methodConvertOff
項目変換をオフにする
Public methodConvertOn
項目変換をオンにする
Public methodDescending
降順のオーダー設定を行う
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Public methodFields
抽出対象のフィールドを指定する
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodLimit
抽出するレコード件数(Limit)の指定を行う
Public methodStatic memberMake
Public methodStatic memberMake(String)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodOffset
レコードの読み出し位置(Offset)の指定を行う
Public methodToString (Overrides ObjectToString.)
Public methodWhere
抽出条件の設定を行う
Top
Operators

  NameDescription
Public operatorStatic member(kintoneQueryT to ListT)
リスト型への暗黙型変換
Top
Remarks

See Also

Reference