FunctionDefinitionIsDataInputAligned Property |
Gets a value indicating whether the current instance requires that the data inputs are following alignment rules.
Namespace: Dundas.BI.Data.FunctionsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IsDataInputAligned { get; }Public ReadOnly Property IsDataInputAligned As Boolean
Get
public:
property bool IsDataInputAligned {
bool get ();
}member IsDataInputAligned : bool with get
Property Value
Boolean if the current instance requires data input alignment; otherwise,
.
See Also