Set the value of the parent key name.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub setParentKeyName( _ ByVal parentKeyName As String _ ) |
| C# |
|---|
| public void setParentKeyName( string parentKeyName ) |
| C++ |
|---|
| public: void setParentKeyName( String parentKeyName ) sealed |
| J# |
|---|
| public void setParentKeyName( string parentKeyName ) |
| JScript |
|---|
| public
function setParentKeyName( parentKeyName : String ) |
Exceptions
| Exception Type | Condition |
|---|---|
| InvalidOperationException | thrown if parent key is already specified by index |
Remarks
This sets the name of the field that holds the parent record key value. This field is used as the record key and in NOT loaded as a data field. Use null to indicate that no key name is specified.