[]
Gets or sets a value that indicates whether the columns are created automatically.
public bool AutoGenerateColumns { get; set; }
Public Property AutoGenerateColumns As Boolean
Type | Description |
---|---|
bool | true if columns are created automatically; otherwise, false. The registered default is true. |