Class SqliteBulkCopy
Inheritance
System.Object
SqliteBulkCopy
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2CPU.Debug.Symbols
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public class SqliteBulkCopy : IDisposable
Constructors
| Improve this Doc View SourceSqliteBulkCopy(SqliteConnection)
Declaration
public SqliteBulkCopy(SqliteConnection connection)
Parameters
Type | Name | Description |
---|---|---|
SqliteConnection | connection |
Properties
| Improve this Doc View SourceDestinationTableName
Declaration
public string DestinationTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
WriteToServer(IDataReader)
Declaration
public void WriteToServer(IDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.Data.IDataReader | reader |
Implements
System.IDisposable