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