diff --git a/BinaryDad.Extensions/Annotations/DataRowPopulateAttribute.cs b/BinaryDad.Extensions/Annotations/DataRowPopulateAttribute.cs deleted file mode 100644 index 720f7dd..0000000 --- a/BinaryDad.Extensions/Annotations/DataRowPopulateAttribute.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace BinaryDad.Extensions -{ - /// - /// Allows for a complex property to be populated via ToType(). - /// - [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] - public sealed class DataRowPopulateAttribute : Attribute { } -} \ No newline at end of file