ArcFM Engine Developer Guide
IsTableName Method (DataTableExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsTableName( _
   ByVal table As DataTable, _
   ByVal tableName As String _
) As Boolean
'Usage
 
Dim table As DataTable
Dim tableName As String
Dim value As Boolean
 
value = DataTableExtensions.IsTableName(table, tableName)
[Extension()]
public static bool IsTableName( 
   DataTable table,
   string tableName
)

Parameters

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

DataTableExtensions Class
DataTableExtensions Members

 

 


Send Comment