Click or drag to resize

DeviceCompanyID Property


Namespace: GSF.TimeSeries.Model
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[RequiredAttribute]
[LabelAttribute("Company")]
[DefaultValueExpressionAttribute("Connection.ExecuteScalar(typeof(int), (object)null, 'SELECT ID FROM Company WHERE Acronym = {0}', Global.CompanyAcronym)", Cached = true)]
public int? CompanyID { get; set; }
View Source

Property Value

NullableInt32
See Also