Table.ShouldSerializeColumns Method

Definition

Gets a value that indicates whether or not the effective value of the Columns property should be serialized during serialization of a Table object.

public:
 bool ShouldSerializeColumns();
public bool ShouldSerializeColumns ();
member this.ShouldSerializeColumns : unit -> bool
Public Function ShouldSerializeColumns () As Boolean

Returns

true if the Columns property should be serialized; otherwise, false.

Applies to