Miner.Responder.Shared.Extensions Namespace > DataTableExtensions Class : IsTableName Method |
'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 )
public function IsTableName( table: System.Data.DataTable; tableName: System.String ): System.Boolean; static;
System.Runtime.CompilerServices.ExtensionAttribute() public static function IsTableName( table : System.Data.DataTable, tableName : System.String ) : System.boolean;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2