DataTableMappingCollection
DataTableMappingCollection()
Count
this[Int32]
this[String]
Add(Object)
Add(String, String)
AddRange(Array)
AddRange(DataTableMapping[])
Clear()
Contains(Object)
Contains(String)
CopyTo(Array, Int32)
CopyTo(DataTableMapping[], Int32)
GetByDataSetTable(String)
GetEnumerator()
GetTableMappingBySchemaAction(DataTableMappingCollection, String, String, MissingMappingAction)
IndexOf(Object)
IndexOf(String)
IndexOfDataSetTable(String)
Insert(Int32, DataTableMapping)
Insert(Int32, Object)
Remove(DataTableMapping)
Remove(Object)
RemoveAt(Int32)
RemoveAt(String)
net10.0
namespace System.Data.Common
{
[DefaultMember("Item")]
[Editor("Microsoft.VSDesigner.Data.Design.DataTableMappingCollectionEditor, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ListBindable(false)]
public sealed class DataTableMappingCollection : MarshalByRefObject, ICollection, IEnumerable, IList, ITableMappingCollection
{
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public DataTableMapping! this[string! sourceTable] { get; set; }
}
}
| nuget.org | 0.1 % Reference this API 0.1 % Get property 0.0 % Set property |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 2.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Data.Common , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API