ADO.NET Primer: SqlCommand Example


Properties of current SqlCommand object

CommandTextSELECT * FROM Authors
CommandTimeout30
CommandTypeText
ConnectionSystem.Data.SqlClient.SqlConnection
ParametersSystem.Data.SqlClient.SqlParameterCollection
Transaction
UpdatedRowSourceBoth

View Source   Exit

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.