Click or drag to resize

ModelConfigurationDatabaseActions Property

Specifies database actions which can be used to define custom SQL statements.

Namespace:  Colygon.MatchPoint.EntityModel.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public DatabaseActionCollection DatabaseActions { get; set; }

Property Value

Type: DatabaseActionCollection
See Also