HyperActive
AbstractBaseName Property
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorAbstractBaseName
Gets or sets the name of the abstract base. This is used to distinguish multiple database configurations. This is NOT the base type, the base type is going to be some flavor of ActiveRecordBase.
Declaration Syntax
C#Visual BasicVisual C++
public string AbstractBaseName { get; set; }
Public Property AbstractBaseName As String
public:
property String^ AbstractBaseName {
	String^ get ();
	void set (String^ value);
}
Value
The name of the abstract base.

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