I am new to c#, i have the following code, want to find where teh get set values are given, i searched thru out solution project but unable to find. by default will it be false?
protected bool IsAdvancedSearchMode{get; set;}
in the below if else block the variable is showing as false value.
when i looked up where it is defined, the above i see, but how can i see where the get and set the with in teh project.
if {IsAdvancedSearchMode}
{
}
else
{
invalues.add(dbnull.value);
}
Thanks a lot for the helpful info.
Go to the complete details ...