Table.ShouldSerializeColumns Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.