ADO.NET Primer: OleDbCommand Example


Properties of current OleDbCommand object

CommandTextSELECT * FROM Authors
CommandTimeout30
CommandTypeText
ConnectionSystem.Data.OleDb.OleDbConnection
ParametersSystem.Data.OleDb.OleDbParameterCollection
Transaction
UpdatedRowSourceBoth

View Source   Exit

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