Namespace DotNetHelper.ObjectToSql.Exceptions
Classes
EmptyArgumentException
Custom Exception that lets the user know a code change is required to fix this error
MissingKeyAttributeException
Custom Exception that is thrown when attempted to access properties of object that isn't decorated with either [Key] attribute , or [SqlColumn(SetPrimaryKey=true)] attribute