DataProvider.InitSchemaTable(ArrayList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a empty DataTable that reflects the schema of the retrieved data.
public void InitSchemaTable (System.Collections.ArrayList parentProperties);
member this.InitSchemaTable : System.Collections.ArrayList -> unit
Public Sub InitSchemaTable (parentProperties As ArrayList)
Parameters
- parentProperties
- ArrayList