C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase Class / GetViewsSchema Method
Specifies a set of restriction values for the requested schema.

In This Topic
GetViewsSchema Method (C1ConnectionBase)
In This Topic
Retrieve the metadata relatively to the views.
Syntax
'Declaration
 
Protected Overridable Function GetViewsSchema( _
   ByVal restrictionValues() As String _
) As DataTable
 

Parameters

restrictionValues
Specifies a set of restriction values for the requested schema.

Return Value

A System.Data.DataTable containing the schema about the views.
See Also