Craig's Utility Library  4.0 Beta
Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.TableTriggers Class Reference

Table trigger builder, gets info and does diffs for tables More...

Inheritance diagram for Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.TableTriggers:
Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.Interfaces.IBuilder

Public Member Functions

void FillDatabase (IEnumerable< dynamic > values, Database database)
 Fills the database. More...
 
void GetCommand (IBatch batch)
 Gets the command. More...
 

Detailed Description

Table trigger builder, gets info and does diffs for tables

Definition at line 38 of file TableTriggers.cs.

Member Function Documentation

void Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.TableTriggers.FillDatabase ( IEnumerable< dynamic >  values,
Database  database 
)

Fills the database.

Parameters
valuesThe values.
databaseThe database.

Implements Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.Interfaces.IBuilder.

Definition at line 45 of file TableTriggers.cs.

void Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.TableTriggers.GetCommand ( IBatch  batch)

Gets the command.

Parameters
batchThe batch.

Implements Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.Interfaces.IBuilder.

Definition at line 61 of file TableTriggers.cs.


The documentation for this class was generated from the following file: