DriverDataSet.DriverDataTable.GetTypedTableSchema method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
'Declaration
Public Shared Function GetTypedTableSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = DriverDataSet.DriverDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
- xs
Type: System.Xml.Schema.XmlSchemaSet
Type: System.Xml.Schema.XmlSchemaComplexType
DriverDataSet.DriverDataTable class