ObjectDataSet
Retrieves the
ADO.Net DataSet
object for the requested object.
Syntax
Public Function ObjectDataSet(ByVal objSymbol As String, ByVal objKey As String, Optional ByVal dtls As String = "HEADER") As DataSet
Arguments
Argument | Description |
---|---|
objSymbol
|
The data object type or the current object type if blank. |
objKey
|
The data object key or the current object key if blank. |
Dtls
|
Semi-colon delimited list of detail codes
to ensure that they are loaded in the returned
DataSet object.
|
Return
ADO.Net DataSet
object. See
http://msdn.microsoft.com.