HyperActive
GenerateColumnList Property
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorGenerateColumnList
Gets or sets a value indicating whether the generator will generate a Columns property that exposes a struct with all of the field names. This is true by default.
Declaration Syntax
C#Visual BasicVisual C++
public bool GenerateColumnList { get; set; }
Public Property GenerateColumnList As Boolean
public:
property bool GenerateColumnList {
	bool get ();
	void set (bool value);
}
Value
true if [generate column list]; otherwise, false.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)