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

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

Inheritance diagram for Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.Tables:
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 builder, gets info and does diffs for tables

Definition at line 34 of file Tables.cs.

Member Function Documentation

void Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.Tables.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 41 of file Tables.cs.

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

Gets the command.

Parameters
batchThe batch.

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

Definition at line 62 of file Tables.cs.


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