Class ImportMicrosoftSQL
Inheritance
System.Object
ImportMicrosoftSQL
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class ImportMicrosoftSQL : object, IImportSQLDataAccessLayer, IImportDataAccessLayer
Methods
| Improve this Doc View SourceClose()
Close SQL-DAL
Declaration
public void Close()
GetData(InstanceData_Interface_Info, IDictionary<String, Object>, System.Xml.XmlNode)
Get Data From SQL-DAL
Declaration
public System.Data.IDataReader GetData(InstanceData_Interface_Info SourceInfo, IDictionary<string, object> Parameter, System.Xml.XmlNode SourceSQL)
Parameters
Type | Name | Description |
---|---|---|
InstanceData_Interface_Info | SourceInfo | |
IDictionary<System.String, System.Object> | Parameter | |
System.Xml.XmlNode | SourceSQL |
Returns
Type | Description |
---|---|
System.Data.IDataReader |