3 references to MethodDecl
System.Data (3)
fx\src\data\System\Data\CodeGen\datacache.cs (3)
442
CodeMemberMethod addByColName =
MethodDecl
(stRowConcreateClassName, "Add" + stRowClassName, MemberAttributes.Public | MemberAttributes.Final); {
519
CodeMemberMethod findBy =
MethodDecl
(stRowClassName, FixIdName(FindByName), MemberAttributes.Public | MemberAttributes.Final); {
706
CodeMemberMethod newTableRow =
MethodDecl
(stRowConcreateClassName, "New" + stRowClassName, MemberAttributes.Public | MemberAttributes.Final); {