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.
CLOB (8k 文字列) を .net dll に渡すことができるかどうか知りたいですか? dllが受け取ることができるものに最大制限はありますか?
「dll に渡す」という言葉の意味が 100% はっきりしているわけではありません。
パラメータが文字列であるメソッドを呼び出す場合は、文字列の長さ、つまり Int32.MaxValue または 2,147,483,647 文字で制限されていると思います。