Miner.Data.Access Namespace > DataSyntax Class : ToSqlStringArray Method |
'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 )
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