Responder Developer Guide
ToSqlStringArray Method


Version: 10.2.1a

Resource Center Home

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 Object _
) As String()
'Usage
 
Dim instance As DataSyntax
Dim values() As Object
Dim value() As String
 
value = instance.ToSqlStringArray(values)
public virtual string[] ToSqlStringArray( 
   params object[] values
)

Parameters

values
Values that need to be converted to strings

Return Value

An array of converted string values
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSyntax Class
DataSyntax Members

 

 


Send Comment