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.
に値を渡す必要があります.dbml
.dbml
string []パラメータに値を渡すにはどうすればよいですか?
これはあなたが求めているものですか?
[FileUpload(FileTypes = new string[] {"filetype1", "filetype2", ...})]
これは、.dbmlファイルまたは一般的なLINQ2SQLとは関係がないことに注意してください。これは、属性の基本的な名前付きパラメーターです。