{CompanyName} FlexyGo

EntityObject..::..DBProperties Method

Gets the property collection only with database defined properties or disconnected from DB

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public ObjectPropertyCollection DBProperties(
	bool includeDisconnected,
	bool IncludeHasDefinition
)
Public Function DBProperties ( _
	includeDisconnected As Boolean, _
	IncludeHasDefinition As Boolean _
) As ObjectPropertyCollection

Parameters

includeDisconnected
Type: Boolean
To include disconnected properties
IncludeHasDefinition
Type: Boolean
To include only properties with property definition in object_Properties Table