C# C# DataTableに任意のColumnがあるか調べる
C# のDataTableで特定のカラムがあるか、有無を調べるには、Columns.Containsを使います。
簡単ですな。
C#
C#
C#
C#
C#
C#
C#
C#
C#
C#