using System; namespace Salesforce.NET { /// /// Instructs the query generator to ignore this property /// public class QueryIgnoreAttribute : Attribute { } }