Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
Hi, Is there any way to let NetTiers generate zerobased column enums? I use the column enum to retrieve data from dataset records, but there the column names are zero based. For example, table Users: UserId UserName UserPassword Creates enum: [ EnumTextValue ( "UserId" )] [ ColumnEnum ( "UserId"...