DeviceCompanyID Property

[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.CompanyID"]

Definition

Namespace: Gemstone.Timeseries.Model
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
[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; }

Property Value

NullableInt32

See Also