ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMAttachmentFrame Class / WhereClause Property

In This Topic
    WhereClause Property (CIMAttachmentFrame)
    In This Topic
    Gets or sets the where clause that queries the attachment table. The where clause is used before applying the filter type. For example, CONTENT_TYPE = 'image/jpeg'.
    Syntax
    Public Property WhereClause As String
    public string WhereClause {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also