C# Class LayersCMS.Data.Persistence.DialectProviders.MsSqlServerOrmLiteDialectProvider

A SqlServerOrmLiteDialectProvider with support for NTEXT where appropriate
Inheritance: ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider
Show file Open project: stevekennaird/LayersCMS

Public Methods

Method Description
GetColumnDefinition ( string fieldName, Type fieldType, bool isPrimaryKey, bool autoIncrement, bool isNullable, int fieldLength, int scale, string defaultValue ) : string

Method Details

GetColumnDefinition() public method

public GetColumnDefinition ( string fieldName, Type fieldType, bool isPrimaryKey, bool autoIncrement, bool isNullable, int fieldLength, int scale, string defaultValue ) : string
fieldName string
fieldType System.Type
isPrimaryKey bool
autoIncrement bool
isNullable bool
fieldLength int
scale int
defaultValue string
return string