| BiDataFlowDataReaderStepDefinition Property |
Gets or sets the definitions for the data source
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public List<BiSqlDefinition> Definition { get; set; }
Public Property Definition As List(Of BiSqlDefinition)
Get
Set
public:
property List<BiSqlDefinition^>^ Definition {
List<BiSqlDefinition^>^ get ();
void set (List<BiSqlDefinition^>^ value);
}
member Definition : List<BiSqlDefinition> with get, set
Property Value
Type:
ListBiSqlDefinitionSee Also