Class SqliteConnectionAttribute
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]
public sealed class SqliteConnectionAttribute : ValidationAttribute
- Inheritance
-
SqliteConnectionAttribute
- Inherited Members
- Extension Methods
Methods
IsValid(object)
Determines whether the specified value of the object is valid.
public override bool IsValid(object value)
Parameters
value
objectThe value of the object to validate.
Returns
Exceptions
- InvalidOperationException
The current attribute is malformed.
- NotImplementedException
Neither overload of
IsValid
has been implemented by a derived class.