型・APIリファレンス
    Preparing search index...

    Interface DeleteEntityByConditionParameter

    検索条件指定でのEntity一括削除パラメータ

    interface DeleteEntityByConditionParameter {
        entityName: string;
        searchCondition: SearchCondition;
        viewName?: string;
        webApi: string;
    }
    Index

    Properties

    entityName: string

    Entity定義名

    searchCondition: SearchCondition

    検索条件

    viewName?: string

    View名

    webApi: string

    WebAPI名