This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class PrimaryKeyList |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class PrimaryKeyList |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
PrimaryKeyList |
Creates a new PrimaryKeyList for every primary key field in the given MetaType.
|
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
AddRange |
Adds a range of values if this list has only one MetaField.
|
|
Clear |
Clears the collection of keys
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Fields |
Returns the collection of MetaField objects
|
|
Item | Overloaded. | |
MetaType |
Gets the MetaType to which this PrimaryKeyList belongs.
|
|
Values |
Returns the collection of keys if this PrimaryKeyList has one key per row.
|
See Also
Smartsite.Data Namespace