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

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 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

FeatureID Class
FeatureID Members

 

 


Send Comment