{CompanyName} FlexyGo

EntityObject..::..BasicProperties Method

Gets a collection of properties with basic information for the current object. It only returns Properties defined in data base. If there are no properties defined in db it will return all table fields. When there is a view name it will build the properties based on view columns.

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

Syntax


public BasicPropertyCollection BasicProperties(
	string viewName,
	bool GetAll
)
Public Function BasicProperties ( _
	viewName As String, _
	GetAll As Boolean _
) As BasicPropertyCollection

Parameters

viewName
Type: String
Optional ViewName
GetAll
Type: Boolean
Optional Get undefined properties

Return Value

BasicPropertyCollection.