Microsoft.Practices.EnterpriseLibrary.Data 可以连接sybase数据库吗?
发布网友
发布时间:2022-04-14 20:49
我来回答
共2个回答
热心网友
时间:2022-04-14 22:19
Microsoft.Practices.EnterpriseLibrary.Data.Database 不知道支不支持 oracle
这是他原来的 添加参数:
public void AddInParameter(DbCommand command, string name, DbType dbType);
public void AddInParameter(DbCommand command, string name, DbType dbType, object value);
public void AddInParameter(DbCommand command, string name, DbType dbType, string sourceColumn, DataRowVersion sourceVersion);
public void AddOutParameter(DbCommand command, string name, DbType dbType, int size);