10 lines
200 B
C#
10 lines
200 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Salesforce.NET
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Instructs the query generator to ignore this property
|
|||
|
/// </summary>
|
|||
|
public class QueryIgnoreAttribute : Attribute { }
|
|||
|
}
|