IDataExportServiceGetDataFromView Method
Returns the result from a database view that is readable for the given database user. Result can be filtered by passing an optional where clause
Namespace: Vitec.Ekonomi.Services.DataExportAssembly: VitecEkonomiServices (in VitecEkonomiServices.dll) Version: 100.0.0.0 (100.0.0.0)
DataTable GetDataFromView(
string DbViewName,
string WhereClause = ""
)
Function GetDataFromView (
DbViewName As String,
Optional WhereClause As String = ""
) As DataTable
function GetDataFromView(DbViewName, WhereClause);
- DbViewName String
- Name of the database view to fetch data from
- WhereClause String (Optional)
- Optional where-clause used to filter within the database view
DataTablea DataTable containing the untyped result from the database view
ServiceFault | Kastas om det inte går att genomföra metodanropet. För information om orsaken, se [fångat exception].Detail.Messages |