LookupTableMultiLangDataSet.LookupTablesDataTable.CreateInstance method
Returns a new instance of a LookupTablesDataTable.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Protected Overrides Function CreateInstance As DataTable
'Usage
Dim returnValue As DataTable
returnValue = Me.CreateInstance()
protected override DataTable CreateInstance()
Return value
Type: System.Data.DataTable
See also
Reference
LookupTableMultiLangDataSet.LookupTablesDataTable class