Set the Primary Key Values on the Object.
[Visual Basic]
Overloads Public Sub _SetPrimaryKey( _
ByVal KeyList As NameValueCollection _
) [C#]
public void _SetPrimaryKey(
NameValueCollection KeyList
);[JScript]
public function _SetPrimaryKey(
KeyList : NameValueCollection
);The KeyList Values must be in the same order as the Property Names returned from the _GetPrimaryKey method.
ConstructorClass Class | ConstructorClass Members | Overload List
©2006 i3 Design Limited. All rights reserved.