ShouldSerializeTables Method
- Last UpdatedNov 06, 2025
- 1 minute read
Gets a value indicating whether System.Data.DataSet.Tables property should be persisted.
'Declaration
<DebuggerNonUserCodeAttribute()>
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")>
Protected Overrides Function ShouldSerializeTables() As Boolean
[DebuggerNonUserCode()]
[GeneratedCode("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables()
Return Value
true if the property value has been changed from its default; otherwise, false.