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

In This Topic
    UseEtag Property (C1ODataConnectionStringBuilder)
    In This Topic
    This property can be used to specified or retrieve whether or not, Etag is considered. Default is false.
    Syntax
    'Declaration
     
    Public Property UseEtag As Boolean
    public bool UseEtag {get; set;}
    See Also