摘要: ///对字段特性的映射类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;namespace Attributes{ [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)] public class FieldAttribute : Attribute { private string _Fields; /// <summar 阅读全文
posted @ 2011-04-24 23:09 阿 & 文 阅读(1474) 评论(1) 推荐(0) 编辑