Advanced.Data.Provider Documentation

AdpCommand Class

[This is preliminary documentation and subject to change.]

Represents a Transact-SQL statement or stored procedure to execute in a database server.

For a list of all members of this type, see AdpCommand Members.

System.Object
   AdpCommand

[Visual Basic]
Public Class AdpCommand
Implements IAdpCommand, IDbCommand, IDisposable
[C#]
public class AdpCommand : IAdpCommand, IDbCommand, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Advanced.Data.Provider

Assembly: Advanced.Data.Provider (in Advanced.Data.Provider.dll)

See Also

AdpCommand Members | Advanced.Data.Provider Namespace