GetOleDbDatagetOleDbData Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic DataSet getOleDbData(
string source,
string sql
)
Public Function getOleDbData (
source As String,
sql As String
) As DataSet
public:
DataSet^ getOleDbData(
String^ source,
String^ sql
)
member getOleDbData :
source : string *
sql : string -> DataSet
Parameters
- source
- Type: SystemString
- sql
- Type: SystemString
Return Value
Type:
DataSet
See Also