[This is preliminary documentation and is subject to change.]
Retrieves the data for the given TypeSchema from the provider.
Declaration Syntax
C# | Visual Basic | Visual C++ |
ObjectDataTable data_for_schema( TypeSchema p_schema, Provider p_provider )
Function data_for_schema ( _ p_schema As TypeSchema, _ p_provider As Provider _ ) As ObjectDataTable
ObjectDataTable^ data_for_schema( TypeSchema^ p_schema, Provider^ p_provider )
Parameters
- p_schema (TypeSchema)
- Schema to retrieve data for.
- p_provider (Provider)
- Provider to fetch the data from.
Return Value
Always a valid instance.