[トピック内 5 記事 (1 - 5 表示)] << 0 >>
こんな感じでいけそうです。ありがとうございます。 System.Data.DataTable table = reader.GetSchemaTable(); bool existHoge = table.Columns.Contains("Hoge"); while (reader.Read()) { // ... if (existHoge) { // ... } }
管理者用
- Child Tree -