ArcFM Solution 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
)

Parameters

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

DeviceInfo Class
DeviceInfo Members
Overload List

 

 


Send Comment