PrimaryKeyAttribute(Boolean) Constructor
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.138 -- Release Build+f7ceb3e02ea3c92b27e86b99ae16cee337a20b9e
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.