SqlRuleAction type
SqlRuleAction で使用可能なすべてのフィールドを表します
type SqlRuleAction = {
sqlExpression?: string
sqlParameters?: { [key: string]: string | number | boolean }
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
SqlRuleAction で使用可能なすべてのフィールドを表します
type SqlRuleAction = {
sqlExpression?: string
sqlParameters?: { [key: string]: string | number | boolean }
}