Condividi tramite


DriverDataSet.Tables property

Gets the collection of tables in the DriverDataSet.

Namespace:  WebSvcDriver
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property Tables As DataTableCollection
    Get
'Usage
Dim instance As DriverDataSet
Dim value As DataTableCollection

value = instance.Tables
public DataTableCollection Tables { get; }

Property value

Type: System.Data.DataTableCollection

See also

Reference

DriverDataSet class

DriverDataSet members

WebSvcDriver namespace