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: 2013.11.0.0
Syntax
C#
public DatabaseActionCollection DatabaseActions { get; set; }

Property Value

Type: DatabaseActionCollection
See Also