Title here
Summary here
This attribute defines if the column for the property generates a value (either on inserting, on updating or both).
[AttributeUsage(AttributeTargets.Property)]
public sealed class ValueGenerationColumn : Attribute
public ValueGenerationColumn()
public ValueGenerationColumn(ValueGenerationEvent valueGenerationEvent)
Type | Name | Description |
---|---|---|
ValueGenerationEvent | valueGenerationEvent |
public ValueGenerationEvent ValueGenerationEvent { get; set; }
Type | Description |
---|---|
ValueGenerationEvent |
Name of the property which references a column that creates a value (e.g. a computed column, a column with a default value or an Identity / auto increment / serial column.
public string ValueGenerationPropertyName { get; set; }
Type | Description |
---|---|
string |