LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable.Clone Method
Clones the structure of the LookupTableMaskValuesDataTable, including all LookupTableMaskValuesDataTable schemas and constraints.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Return Value
Type: System.Data.DataTable
See Also
Reference
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable Class
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable Members