ArcFM Responder Mobile Developer Guide
ToSqlString Method (FeatureID)






The OID column name (required).
The FCID column name (required).
The SUBID column name (optional).
Generates a SQL where-clause for this Feature.
Syntax
'Declaration
 
Public Function ToSqlString( _
   ByVal oidName As System.String, _
   ByVal fcidName As System.String, _
   Optional ByVal subidName As System.String _
) As System.String
'Usage
 
Dim instance As FeatureID
Dim oidName As System.String
Dim fcidName As System.String
Dim subidName As System.String
Dim value As System.String
 
value = instance.ToSqlString(oidName, fcidName, subidName)
public System.string ToSqlString( 
   System.string oidName,
   System.string fcidName,
   System.string subidName
)
public function ToSqlString( 
    oidName: System.String;
    fcidName: System.String;
    subidName: System.String
): System.String; 
public function ToSqlString( 
   oidName : System.String,
   fcidName : System.String,
   subidName : System.String
) : System.String;
public: System.string* ToSqlString( 
   System.string* oidName,
   System.string* fcidName,
   System.string* subidName
) 
public:
System.String^ ToSqlString( 
   System.String^ oidName,
   System.String^ fcidName,
   System.String^ subidName
) 

Parameters

oidName
The OID column name (required).
fcidName
The FCID column name (required).
subidName
The SUBID column name (optional).

Return Value

An appropriate where-clause string for this NetworkElement object.
Remarks
The SUBID column name is optional for junctions, but should be specified for edges.
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

FeatureID Class
FeatureID Members

Send Feedback