{CompanyName} FlexyGo

EntityObject..::..Read Method

Reads data with a specified where.

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

Syntax


public void Read(
	string aWhere
)
Public Sub Read ( _
	aWhere As String _
)

Parameters

aWhere
Type: String
a where sentence.

Exceptions


ExceptionCondition
ExceptionFound more then one Object for the same read condition.
ExceptionError Reading object.