SubjectHasDateField Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates whether this subject contains at least one date typed column
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool HasDateField { get; }
Public ReadOnly Property HasDateField As Boolean
Get
public:
virtual property bool HasDateField {
bool get () sealed;
}
function get_HasDateField();
Property Value
Type:
BooleanTrue if this subject contains at least one date typed column
Return Value
Type:
BooleanTrue if this subject contains at least one date typed column
Remarks See Also