casting type for objectGuid
dl
Date: 05/27/05
- Next message: Pasi Häkkinen: "RE: Quering PrincipalPermissionAttributes on class"
- Previous message: [MSFT]: "RE: Quering PrincipalPermissionAttributes on class"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: casting type for objectGuid"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: casting type for objectGuid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 27 May 2005 15:45:47 +0800
Hi
I am trying to put a user's objectGuid as the primary key onto a datatable
and be used as the unique key on editing / updating. But I seem to get
casting error with the following statement
dt.Columns.Add(new DataColumn("object_Guid", typeof(string)));
Any idea?
TIA
--
- Next message: Pasi Häkkinen: "RE: Quering PrincipalPermissionAttributes on class"
- Previous message: [MSFT]: "RE: Quering PrincipalPermissionAttributes on class"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: casting type for objectGuid"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: casting type for objectGuid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|