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

ShouldSerializeRelations() protected method

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