摘要:6.6.1 DataSet对象的属性CaseSensitiveDataSetNameDesignModeEnforceConstraintsExtendedPropertiesHasErrorsLocaleNamespacePrefixRelationsTables6.6.2 DataSet对象的方...
阅读全文
随笔分类 - c#
摘要:6.6.1 DataSet对象的属性CaseSensitiveDataSetNameDesignModeEnforceConstraintsExtendedPropertiesHasErrorsLocaleNamespacePrefixRelationsTables6.6.2 DataSet对象的方...
阅读全文
摘要:2007-07-02 19:22c#中结构与类的区别一.类与结构的示例比较:结构示例:public struct Person{string Name;intheight;intweightpublic bool overWeight(){//implement something}}类示例:public class TestTime{int hours;int minutes;int seconds;public void passtime(){//implementation of behavior}}调用过程:public class Test{public static ovid Ma
阅读全文
|