Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace
Tortuga.Chain.SqlServer Namespace

SqlServerTableOrViewMetadata<(Of <(<'TDbType>)>)>..::..HasTriggers Property

Gets a value indicating whether the associated table has triggers.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.OleDb (in Tortuga.Chain.SqlServer.OleDb.dll)

Syntax


public bool HasTriggers { get; }
Public ReadOnly Property HasTriggers As Boolean
	Get
public:
property bool^ HasTriggers {
	bool^ get ();
}

Field Value

true if this instance has triggers; otherwise, false.

Remarks


This affects SQL generation.