<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>WaterFalls</author_name>
  <author_url>https://blog.hatena.ne.jp/WaterFalls/</author_url>
  <blog_title>１分技術ブログ</blog_title>
  <blog_url>https://waterfalls.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>mdb</anon>
  </categories>
  <description>バージョン C# 8.0 概要 C#でテーブルのスキーマ情報を取得し、そのスキーマ情報に格納されているカラム単位でのデータ型やNULL許容制約などの状態を取得する。 コード string tableName = &quot;PersonInfo&quot;; // 取得したいテーブル名 string[] restrictions = new string[4]; restrictions[2] = tableName; // 対象テーブルのスキーマ情報を取得 var dt = con.GetSchema(&quot;Columns&quot;, restrictions); // conはOleDbConnectionで事前にOpe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwaterfalls.hatenablog.com%2Fentry%2F2022%2F05%2F26%2F112132&quot; title=&quot; [C#] [mdb] C#でmdbのテーブル定義情報を取得、及びカラム単位のデータ型などを取得 - １分技術ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://m.media-amazon.com/images/I/51yMUbjdN8L._SL500_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-05-26 11:21:32</published>
  <title> [C#] [mdb] C#でmdbのテーブル定義情報を取得、及びカラム単位のデータ型などを取得</title>
  <type>rich</type>
  <url>https://waterfalls.hatenablog.com/entry/2022/05/26/112132</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
