Interface IDataExtension
Assembly: Syncfusion.Report.Portable.dll
Syntax
public interface IDataExtension
Properties
Command
Declaration
Command Command { get; set; }
Property Value
ConnectionProperties
Declaration
ConnectionProperties ConnectionProperties { get; set; }
Property Value
CustomProperties
Declaration
Dictionary<string, object> CustomProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
DataSet
Declaration
DataSet DataSet { get; set; }
Property Value
DataSource
Declaration
DataSource DataSource { get; set; }
Property Value
Helper
Declaration
ExtensionHelper Helper { get; set; }
Property Value
Methods
GetCommandText(QueryBuilderDesignInfo, out String)
Declaration
string GetCommandText(QueryBuilderDesignInfo designInfo, out string error)
Parameters
Returns
Type |
Description |
System.String |
|
GetData(out String)
Declaration
object GetData(out string error)
Parameters
Type |
Name |
Description |
System.String |
error |
|
Returns
Type |
Description |
System.Object |
|
GetDataSourceSchema(out String)
Declaration
SchemaData GetDataSourceSchema(out string error)
Parameters
Type |
Name |
Description |
System.String |
error |
|
Returns
GetQuerySchema(out String)
Declaration
object GetQuerySchema(out string error)
Parameters
Type |
Name |
Description |
System.String |
error |
|
Returns
Type |
Description |
System.Object |
|
TestConnection(out String)
Declaration
bool TestConnection(out string error)
Parameters
Type |
Name |
Description |
System.String |
error |
|
Returns
Type |
Description |
System.Boolean |
|