ArcFM Solution Developer Guide
IsTableName Method (DataTableExtensions)


Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function IsTableName( _
   ByVal table As System.Data.DataTable, _
   ByVal tableName As System.String _
) As System.Boolean
'Usage
 
Dim table As System.Data.DataTable
Dim tableName As System.String
Dim value As System.Boolean
 
value = DataTableExtensions.IsTableName(table, tableName)
[System.Runtime.CompilerServices.Extension()]
public static System.bool IsTableName( 
   System.Data.DataTable table,
   System.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