Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tableとtriggers に 2Xつのトリガーがあり、値を table に挿入しようとしているとします。after insertbefore insertX
X
after insert
before insert
値の挿入中にトリガーでエラーが発生した場合、after insert挿入した値はどうなりますか? それは私のテーブルにありますか、それともロールバックにありますか?
I have this structure of List<Object>, to be specific it is a "CategoryItem" Object. Here's my declaration of "CategoryItem" Object.
List<Object>
public class CategoryItem { public string Nam