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