IgnoredAttribute Class
An attribute that qualifies the constructor that SqlBind does not use to instantiate when the type has two or more constructors.
C#
[AttributeUsage(System.AttributeTargets.Constructor, Inherited = false, AllowMultiple = false)]
public sealed class IgnoredAttribute : Attribute
- Inheritance
- Attributes
Properties
Methods
Equals(object) | (Inherited from Attribute) |
GetHashCode() | (Inherited from Attribute) |
IsDefaultAttribute() | (Inherited from Attribute) |
Match(object) | (Inherited from Attribute) |
GetType() | (Inherited from object) |
MemberwiseClone() | (Inherited from object) |
ToString() | (Inherited from object) |