C# Класс SubSonic.DataProviders.SqlServer.Sql2005Schema

Наследование: SubSonic.SqlGeneration.Schema.ANSISchemaGenerator
Показать файл Открыть проект

Открытые методы

Метод Описание
BuildCreateTableStatement ( ITable table ) : string
BuildDropColumnStatement ( string tableName, string columnName ) : string

Removes the column.

GenerateColumnAttributes ( IColumn column ) : string

Sets the column attributes.

GetDbType ( string sqlType ) : DbType

Gets the type of the db.

GetNativeType ( DbType dbType ) : string
Sql2005Schema ( ) : System.Data

Описание методов

BuildCreateTableStatement() публичный Метод

public BuildCreateTableStatement ( ITable table ) : string
table ITable
Результат string

BuildDropColumnStatement() публичный Метод

Removes the column.
public BuildDropColumnStatement ( string tableName, string columnName ) : string
tableName string
columnName string
Результат string

GenerateColumnAttributes() публичный Метод

Sets the column attributes.
public GenerateColumnAttributes ( IColumn column ) : string
column IColumn The column.
Результат string

GetDbType() публичный Метод

Gets the type of the db.
public GetDbType ( string sqlType ) : DbType
sqlType string Type of the SQL.
Результат DbType

GetNativeType() публичный Метод

public GetNativeType ( DbType dbType ) : string
dbType DbType
Результат string

Sql2005Schema() публичный Метод

public Sql2005Schema ( ) : System.Data
Результат System.Data