Hello,
I am trying to define an ObjectDataSourc e parameter that is a Guid:
ObjectDataSourc e.DeleteParamet ers.Add(New Parameter("ID",
TypeCode.Int32) )
However TypeCode does not have an option of Guid.
How should I do this?
Thanks,
Miguel
I am trying to define an ObjectDataSourc e parameter that is a Guid:
ObjectDataSourc e.DeleteParamet ers.Add(New Parameter("ID",
TypeCode.Int32) )
However TypeCode does not have an option of Guid.
How should I do this?
Thanks,
Miguel
Comment