ArcFM Engine 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 String, _
   ByVal fcidName As String, _
   Optional ByVal subidName As String _
) As String
'Usage
 
Dim instance As FeatureID
Dim oidName As String
Dim fcidName As String
Dim subidName As String
Dim value As String
 
value = instance.ToSqlString(oidName, fcidName, subidName)
public string ToSqlString( 
   string oidName,
   string fcidName,
   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