Software dev since late 1980's and runs a developer user group called @smartdevsug in Hereford
-
wildesoft.net
- UK
- http://www.wildesoft.net
Pinned Loading
-
Generate c# clsss from DB table
Generate c# clsss from DB table 1declare @TableName sysname = 'TableName'
2declare @Result varchar(max) = 'public class ' + @TableName + '
3{'
45select @Result = @Result + '
-
mysql_generate.sql
mysql_generate.sql 1select concat('public ',tps.dest,' ',column_name,'{get;set;}') as code
2from information_schema.columns c
3join(
4select 'char' as orign ,'string' as dest union all
5select 'varchar' ,'string' union all
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.