ArcFM Responder Mobile Developer Guide
ToSqlStringArray Method






Values that need to be converted to strings
Converts an array of values into SQL appropriate strings
Syntax
'Declaration
 
Public Overridable Function ToSqlStringArray( _
   ByVal ParamArray values() As System.Object _
) As System.String()
'Usage
 
Dim instance As DataSyntax
Dim values() As System.Object
Dim value() As System.String
 
value = instance.ToSqlStringArray(values)
public virtual System.string[] ToSqlStringArray( 
   params System.object[] values
)
public function ToSqlStringArray( 
   params  values: System.TObjectarray of
): System.array of String; virtual; 
public function ToSqlStringArray( 
   values : System.Object[]
) : System.String[];
public: virtual System.string*[]* ToSqlStringArray( 
   params System.Object*[]* values
) 
public:
virtual System.array<String^>^ ToSqlStringArray( 
   ... System.array<Object^>^ values
) 

Parameters

values
Values that need to be converted to strings

Return Value

An array of converted string values
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