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