I want to force the datareader to return only schema of the datastore rather than data

Q

I want to force the datareader to return only schema of the datastore rather than data ?

✍: Guest

A
pobjDataReader = pobjCommand.ExecuteReader(CommandBehavior.SchemaOnly)

2007-10-24, 4957👍, 0💬