凡符合下表所列的集合類型,應添加相應的后綴
|說明|后綴|示例|
|--|--|--|
|數組|Array|int[] productArray|
|列表|List|List<Product> productList|
|DataTable/HashTable|Table| HashTable productTable|
|字典|Dictionary|Dictionay<string,string> productDictionary|
|EF中的DbSet/DataSet|Set|DbSet<Product> productSet|