System.Data.DataSet.ShouldSerializeTables C# (CSharp) Method

ShouldSerializeTables() protected method

Indicates whether property should be persisted.
protected ShouldSerializeTables ( ) : bool
return bool
        protected virtual bool ShouldSerializeTables() => true;