Table of Contents

Class LinqServiceResult

Namespace
LinqToDB.Remote
Assembly
linq2db.dll
public class LinqServiceResult
Inheritance
LinqServiceResult
Extension Methods

Properties

Data

public List<string[]> Data { get; set; }

Property Value

List<string[]>

FieldCount

public int FieldCount { get; set; }

Property Value

int

FieldNames

public string[] FieldNames { get; set; }

Property Value

string[]

FieldTypes

public Type[] FieldTypes { get; set; }

Property Value

Type[]

QueryID

public Guid QueryID { get; set; }

Property Value

Guid

RowCount

public int RowCount { get; set; }

Property Value

int