Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.Clone method

Clones the structure of the ReminderSubscriptionInfoDataTable, including all ReminderSubscriptionInfoDataTable schemas and constraints.

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

Syntax

'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim returnValue As DataTable

returnValue = instance.Clone()
public override DataTable Clone()

Return value

Type: System.Data.DataTable

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace