Properties Constructor (Boolean) |
Constructs a Properties collection that is NOT to be loaded from a database
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Properties(
bool noDatabaseLoad
)
Public Sub New (
noDatabaseLoad As Boolean
)
Parameters
- noDatabaseLoad
- Type: SystemBoolean
Specifies whether or not the properties are to be loaded from a database.
See Also