LookupTableMultiLangDataSet.LookupTableValuesDataTable.Clone method
Clones the structure of the LookupTableValuesDataTable, including all LookupTableValuesDataTable schemas and constraints.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Return value
Type: System.Data.DataTable
See also
Reference
LookupTableMultiLangDataSet.LookupTableValuesDataTable class
LookupTableMultiLangDataSet.LookupTableValuesDataTable members