4 references to PropertyDecl
System.Data (4)
fx\src\data\System\Data\CodeGen\datacache.cs (4)
413
CodeMemberProperty thisIndex =
PropertyDecl
(stRowConcreateClassName, "Item", MemberAttributes.Public | MemberAttributes.Final); {
943
CodeMemberProperty anotherProp =
PropertyDecl
(ParentTypedRowName, ParentPropertyName(relation), MemberAttributes.Public | MemberAttributes.Final); {
984
CodeMemberProperty rowProp =
PropertyDecl
(stRowConcreateClassName, "Row", MemberAttributes.Public | MemberAttributes.Final); {
1359
CodeMemberProperty prop =
PropertyDecl
(TableClassName(dataSet.Tables[i]), TableProperty, MemberAttributes.Public | MemberAttributes.Final); {