Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Add方法的语法有六个:
Add(ColumnName, GetType(Type))
Add(ColumnName, GetType(Type), Expression)
Add(ColumnName, GetType(Type), Expression, Caption)
Add(ColumnName, GetType(Type), MaxLength)
Add(ColumnName, GetType(Type), MaxLength, Expression)
Add(ColumnName, GetType(Type), MaxLength, Expression, Caption)
后三个语法是针对字符列的。
参数说明: