Automobile.Mobile.Framework.Data.SqlClient.GetFirstMatch C# (CSharp) Метод

GetFirstMatch() публичный Метод

public GetFirstMatch ( DeviceInfo device ) : DeviceInfo
device DeviceInfo
Результат DeviceInfo
        public DeviceInfo GetFirstMatch(DeviceInfo device)
        {
            return GetFirstMatch(device, true);
        }

Same methods

SqlClient::GetFirstMatch ( DeviceInfo device, bool filterByAvailible ) : DeviceInfo