{CompanyName} FlexyGo
EntityObject
.
.
::
.
.
Read Method
Reads data with a specified where.
Namespace:
FLEXYGO.Objects
Assembly:
flxEntity
(in flxEntity.dll)
Syntax
C#
VB
public
void
Read
(
string
aWhere
)
Public
Sub
Read
( _
aWhere
As
String
_ )
Parameters
aWhere
Type:
String
a where sentence.
Exceptions
Exception
Condition
Exception
Found more then one Object for the same read condition.
Exception
Error Reading object.
See Also
EntityObject Class
FLEXYGO.Objects Namespace