Overload version ASPdbDS that includes option parameters.
Version: All
Namespace:
TornadoAssembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public DataSet ASPdbDS( string MainParams ) |
| Visual Basic (Declaration) |
|---|
Public Function ASPdbDS ( _ MainParams As String _ ) As DataSet |
Parameters
- MainParams
- Type: System..::.String
Return Value
DataSet Ds =Mydb.dbASPdbDS(String Options)| Keyword | Description |
|---|---|
| Notitle | True/False(Def). Suppress title output if there is one. |
| Field | Field Name |
| Type | Field type - string, integer, short, long, date, float. |
| XML | Xml filename used as datasource. |
Examples
Dim DSvar as DatSet = Obj.ASPdbDS("field=Employeeid| Type=String")