ArcFM Responder Mobile Developer Guide
ToSqlString(String,String,String,String,String) Method






Syntax
'Declaration
 
Public Overloads Function ToSqlString( _
   ByVal oidName As System.String, _
   ByVal fcidName As System.String, _
   Optional ByVal subidName As System.String, _
   Optional ByVal xName As System.String, _
   Optional ByVal yName As System.String _
) As System.String
'Usage
 
Dim instance As DeviceInfo
Dim oidName As System.String
Dim fcidName As System.String
Dim subidName As System.String
Dim xName As System.String
Dim yName As System.String
Dim value As System.String
 
value = instance.ToSqlString(oidName, fcidName, subidName, xName, yName)
public System.string ToSqlString( 
   System.string oidName,
   System.string fcidName,
   System.string subidName,
   System.string xName,
   System.string yName
)
public function ToSqlString( 
    oidName: System.String;
    fcidName: System.String;
    subidName: System.String;
    xName: System.String;
    yName: System.String
): System.String; 
public function ToSqlString( 
   oidName : System.String,
   fcidName : System.String,
   subidName : System.String,
   xName : System.String,
   yName : System.String
) : System.String;
public: System.string* ToSqlString( 
   System.string* oidName,
   System.string* fcidName,
   System.string* subidName,
   System.string* xName,
   System.string* yName
) 
public:
System.String^ ToSqlString( 
   System.String^ oidName,
   System.String^ fcidName,
   System.String^ subidName,
   System.String^ xName,
   System.String^ yName
) 

Parameters

oidName
fcidName
subidName
xName
yName
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

DeviceInfo Class
DeviceInfo Members
Overload List

Send Feedback