4 references to PropertyDecl
System.Data (4)
fx\src\data\System\Data\CodeGen\datacache.cs (4)
393
CodeMemberProperty countProp =
PropertyDecl
(typeof(System.Int32), "Count", MemberAttributes.Public | MemberAttributes.Final); {
404
CodeMemberProperty colProp =
PropertyDecl
(typeof(DataColumn), TableColumnPropertyName(column), MemberAttributes.Assembly | MemberAttributes.Final); {
809
CodeMemberProperty rowProp =
PropertyDecl
(DataType, rowColumnName, MemberAttributes.Public | MemberAttributes.Final); {
992
rowProp =
PropertyDecl
(typeof(DataRowAction), "Action", MemberAttributes.Public | MemberAttributes.Final); {