Thursday, 7 July 2016

What are the different types of indexes?

Ans: Two types of indexes are there one is clustered index and non-clustered index


element-type this[int index]
{
   // The get accessor.
   get
   {
      // return the value specified by index
   }
   
   // The set accessor.
   set
   {
      // set the value specified by index
   }
}

No comments:

Post a Comment