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

View builder, gets info and does diffs for Views More...

Inheritance diagram for Utilities.ORM.Manager.Schema.Default.Database.SQLServer.Builders.Views:
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

View builder, gets info and does diffs for Views

Definition at line 37 of file Views.cs.

Member Function Documentation

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

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

Gets the command.

Parameters
batchThe batch.

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

Definition at line 60 of file Views.cs.


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