Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ソーステーブルと System.Data.DataTable 間のマスタマッピングを提供するコレクションを返します。
Public ReadOnly Shadows Property TableMappings As DataTableMappingCollection
public new DataTableMappingCollection TableMappings {get;}
ソーステーブルと System.Data.DataTables 間のマスタマッピングを提供する System.Data.Common.DataTableMapping オブジェクトのコレクション。デフォルト値は空のコレクションです。
変更を調整する場合、ULDataAdapter オブジェクトは System.Data.Common.DataTableMappingCollection コレクションを使用して、データソースによって使用されるカラム名を、System.Data.DataSet によって使用されるカラム名に関連付けます。
これは、System.Data.IDataAdapter.TableMappings プロパティが厳密に型指定されたものです。