Partilhar via


Construtor AdoDotNetTableReader (DataTable)

Inicializa uma instância da classe com parâmetros de T:Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetDataTableReader juntamente com uma instância de DataTable .

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public Sub New ( _
    table As DataTable _
)
public AdoDotNetTableReader(
    DataTable table
)
public:
AdoDotNetTableReader(
    DataTable^ table
)
new : 
        table:DataTable -> AdoDotNetTableReader
public function AdoDotNetTableReader(
    table : DataTable
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetTableReader Classe

Sobrecargas AdoDotNetTableReader

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet