ArcFM Responder Mobile Developer Guide
ToSqlString Method (DataSyntax)






Syntax
'Declaration
 
Public Overridable Function ToSqlString( _
   ByVal value As System.Object _
) As System.String
'Usage
 
Dim instance As DataSyntax
Dim value As System.Object
Dim value As System.String
 
value = instance.ToSqlString(value)
public virtual System.string ToSqlString( 
   System.object value
)
public function ToSqlString( 
    value: System.TObject
): System.String; virtual; 
public function ToSqlString( 
   value : System.Object
) : System.String;
public: virtual System.string* ToSqlString( 
   System.Object* value
) 
public:
virtual System.String^ ToSqlString( 
   System.Object^ value
) 

Parameters

value
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

DataSyntax Class
DataSyntax Members

Send Feedback