ArcFM Engine Developer Guide
IsTableName(DataRow,ResponderTable) Method


Gets the System.Data.DataTable for which this row has a schema and check table name.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function IsTableName( _
   ByVal row As DataRow, _
   ByVal table As ResponderTable _
) As Boolean
'Usage
 
Dim row As DataRow
Dim table As ResponderTable
Dim value As Boolean
 
value = DataRowExtensions.IsTableName(row, table)
[Extension()]
public static bool IsTableName( 
   DataRow row,
   ResponderTable table
)

Parameters

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

DataRowExtensions Class
DataRowExtensions Members
Overload List

 

 


Send Comment