'Declaration
Property AutoGenerateColumns As Boolean
'Usage
Dim instance As ITable Dim value As Boolean instance.AutoGenerateColumns = value value = instance.AutoGenerateColumns
bool AutoGenerateColumns {get; set;}
Property Value
true
if the table generate the columns automatically based on the data source; otherwise, false
. The default is true
.