1.Use the GetSchemaTable(. method of the DataReader in conjunction withCommandBehaviour.SchemaOnly
2.Use the SchemaOnly property of the Command class
3.Use the GetSchemaOnly(. method of the DataReader
4. You cannot retrieve only schema information without retrieving data