C# Class MigSharp.Providers.SqlScriptingHelper

Show file Open project: dradovic/MigSharp Class Usage Examples

Private Methods

Method Description
GetScriptingFunction ( DbType dbType, bool prefixUnicodeLiterals ) : string>.Func
IsScriptable ( DbType dbType ) : bool
ToSql ( object value, DbType dbType, bool prefixUnicodeLiterals ) : string