Interface IXADataSource
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/sql/XADataSource.html
public interface IXADataSource : ICommonDataSource
- Inherited Members
Properties
XAConnection
XAConnection XAConnection { get; }
Property Value
Methods
GetXAConnection(String, String)
XAConnection GetXAConnection(String arg0, String arg1)