Hi! there is a way looking what
is particular property or methods of datatable
does have the length and default
value of the field declared in the
sequel server jus like for example..
Declared in the database table.
Currency ID nvarchar(20), Default Value (a)
Sell rate numeric(18,6) Default Value (0)
What about in the datatable
does it possible to look
for the length and default value for datatable ?
is particular property or methods of datatable
does have the length and default
value of the field declared in the
sequel server jus like for example..
Declared in the database table.
Currency ID nvarchar(20), Default Value (a)
Sell rate numeric(18,6) Default Value (0)
What about in the datatable
does it possible to look
for the length and default value for datatable ?
Comment