クラスプライマリKeyAttribute
プライマリキー プロパティを示す属性。 オブジェクトをすばやく検索できるため、保存されている値の一意性が強制されます。 クラス内の単一のプロパティにのみ適用できます。
Namespace: Realms
組み立て: Realm.dll
構文
[AttributeUsage(AttributeTargets.Property)]
public class PrimaryKeyAttribute : Attribute
コメント
有効なプライマリキーの型は、 char 、 byte 、短い、 int 、 long 、 string 、 MongoDB.Bson.ObjectId 、 Guid 、およびこれらの null 可能なバージョンです。 プライマリキーを持つオブジェクトが Realm に追加されると、そのプロパティは変更されません。
コンストラクター
| このページを編集 ソースを表示PrimaryKeyAttribute()
PrimaryKeyAttributeクラスの新しいインスタンスを初期化します。
宣言
public PrimaryKeyAttribute()