ArcFM Responder Mobile Developer Guide
Explicit Type Conversion Operator (DbSql)






Syntax
'Declaration
 
Public Operator Narrowing CType( _
   ByVal sql As DbSql _
) As System.String
'Usage
 
public System.string operator explicit( 
   DbSql sql
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: System.string* op_Explicit( 
   DbSql* sql
)
public:
System.String^ operator explicit( 
   DbSql^ sql
)

Parameters

sql
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DbSql Class
DbSql Members

Send Feedback