This documentation is archived and is not being maintained.
SchemaType Enumeration
.NET Framework 1.1
Specifies how to handle existing schema mappings when performing a FillSchema operation.
[Visual Basic] <Serializable> Public Enum SchemaType [C#] [Serializable] public enum SchemaType [C++] [Serializable] __value public enum SchemaType [JScript] public Serializable enum SchemaType
Remarks
The SchemaType usually should be set to Mapped, because any established table and column mappings are used.
Members
| Member name | Description |
|---|---|
| Mapped Supported by the .NET Compact Framework. | Apply any existing table mappings to the incoming schema. Configure the DataSet with the transformed schema. |
| Source Supported by the .NET Compact Framework. | Ignore any table mappings on the DataAdapter. Configure the DataSet using the incoming schema without applying any transformations. |
Requirements
Namespace: System.Data
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Data (in System.Data.dll)
See Also
Show: