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

In This Topic
    UseEtag Property (C1ODataConnection)
    In This Topic
    A boolean specifying whether or not this C1ODataConnection is using Etag.
    Syntax
    'Declaration
     
    Public ReadOnly Property UseEtag As Boolean
    public bool UseEtag {get;}
    See Also