See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

KeyList
A NameValueCollection populated with the Primary Key Values to set.
See AlsoLanguages ObjectFactory_FW1 Send Feedback on this Topic

_SetPrimaryKey(NameValueCollection) Method

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 );

Parameters

KeyList
A NameValueCollection populated with the Primary Key Values to set.

Remarks

The KeyList Values must be in the same order as the Property Names returned from the _GetPrimaryKey method.

See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

 

 


©2006 i3 Design Limited. All rights reserved.