using System.Collections.ObjectModel; namespace Falcon.DynamicSP { /// /// 存储过程返回的数据表中的行 /// public class DSPRow:Collection { } }