DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnection Class / UnSupportedColumns Property

In This Topic
    UnSupportedColumns Property
    In This Topic
    The property allows declare a subset Columns that not supports by a specific data source.
    Syntax
    'Declaration
     
    Public Property UnSupportedColumns As Dictionary(Of String,List(Of String))
    public Dictionary<string,List<string>> UnSupportedColumns {get; set;}
    See Also