Definition at line 78 of file DataAdapter.cs.
79 {
80 get
81 {
83 {
84 return LoadOption.OverwriteChanges;
85 }
87 }
88 [RequiresUnreferencedCode("Using LoadOption may cause members from types used in the expression column to be trimmed if not referenced directly.")]
89 set
90 {
91 if ((uint)
value <= 3u)
92 {
94 return;
95 }
96 throw ADP.InvalidLoadOption(
value);
97 }
98 }
LoadOption _fillLoadOption
Referenced by System.Data.ProviderBase.SchemaMapping.SchemaMapping().