PrimaryKeyAttribute(Boolean) Constructor
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.155 -- Release Build+281e98d85719aca84ece1ddeed577cbcaddc8d0f
public PrimaryKeyAttribute(
bool isIdentity
)
Public Sub New (
isIdentity As Boolean
)
public:
PrimaryKeyAttribute(
bool isIdentity
)
Gemstone.Data.Model.PrimaryKeyAttribute = function(isIdentity);
Parameters
- isIdentity Boolean
- Flag that determines if this primary key field is an identity field.