Automobile.Mobile.Framework.Data.SqlClient.GetFirstMatch C# (CSharp) Method

GetFirstMatch() public method

public GetFirstMatch ( DeviceInfo device ) : DeviceInfo
device DeviceInfo
return DeviceInfo
        public DeviceInfo GetFirstMatch(DeviceInfo device)
        {
            return GetFirstMatch(device, true);
        }

Same methods

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