StrataFrame Forum

Overloads on FillBy and GetBy

http://forum.strataframe.net/Topic360.aspx

By Daniel Essin - 12/20/2005

I presume that since the internals were fixed to allow a string PK that there are string overloads for FillByPK and GetByPK?
By StrataFrame Team - 12/21/2005

Yes, there's an overload that takes a System.Object, so, you can pass anything to it Smile



ED: I checked, and we use them several times in the unit testing for the string and guid pks.
By Daniel Essin - 12/21/2005

Thanks