[DataMemberAttribute, SysOperationControlVisibilityAttribute(false)]
public int parmIntProperty(int _parmIntProperty = parmIntProperty)
{
parmIntProperty = _parmIntProperty;
return parmIntProperty;
}
Subscribe to:
Post Comments (Atom)
SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.
Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...
-
Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...
-
static void WriteTextfile(Args _args) { CustTable custTable; BinData binData; TextBuffer textBuffer; ; ...
-
class ExcelExport { } and right click and select new method and type the code as follows public static void main(Args args) { Cust...
No comments:
Post a Comment