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.
Cシャープでブール値をSQL Serverに挿入するための最良かつ最も最適化された方法は何ですか? Int16 パラメータを使用してストアド プロシージャ経由で渡しましたが、あまり良くないと思います。
SQL 列の型はビットにする必要があるため、0 または 1 になります。
C# コードでは int を使用する必要があります。それで問題ありません