// // System.Data.SchemaType.cs // // Author: // Christopher Podurgiel (cpodurgiel@msn.com) // // (C) Chris Podurgiel // namespace System.Data { /// /// Specifies how to handle existing schema mappings when performing a FillSchema operation. /// public enum SchemaType { Mapped, Source } }