[Missing <summary> documentation for "P:Caisis.BOL.ObjectDataSourceAdapter`1.SavedPrimaryKey"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<int> SavedPrimaryKey { get; private set; }
Visual Basic
Public Property SavedPrimaryKey As Nullable(Of Integer)
	Get
	Private Set
Visual C++
public:
virtual property Nullable<int> SavedPrimaryKey {
	Nullable<int> get () sealed;
	private: void set (Nullable<int> value) sealed;
}

Property Value

Type: Nullable<(Of <(<'Int32>)>)>

Implements

IObjectDataSourceAdapter..::..SavedPrimaryKey

See Also