Class LinqServiceResult
public class LinqServiceResult
- Inheritance
-
LinqServiceResult
- Extension Methods
Properties
Data
public List<string[]> Data { get; set; }
Property Value
FieldCount
public int FieldCount { get; set; }
Property Value
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
RowCount
public int RowCount { get; set; }