OracleDataAdapter.IDbDataAdapter.DeleteCommand 属性
定义
有关此成员的说明,请参见 DeleteCommand。For a description of this member, see DeleteCommand.
property System::Data::IDbCommand ^ System::Data::IDbDataAdapter::DeleteCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get; set; }
member this.System.Data.IDbDataAdapter.DeleteCommand : System.Data.IDbCommand with get, set
Property DeleteCommand As IDbCommand Implements IDbDataAdapter.DeleteCommand
属性值
表示命令的字符串。A string representing the command.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 OracleDataAdapter 实例被强制转换为 IDbDataAdapter 接口时使用。It can be used only when the OracleDataAdapter instance is cast to an IDbDataAdapter interface.