Class DbQueryInfo
Query info.
Inheritance
System.Object
DbQueryInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apache.Ignite.EntityFramework
Assembly: Apache.Ignite.EntityFramework.dll
Syntax
public class DbQueryInfo
Properties
AffectedEntitySets
Gets the affected entity sets.
Declaration
public ICollection<EntitySetBase> AffectedEntitySets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<EntitySetBase> |
CommandText
Gets the command text.
Declaration
public string CommandText { get; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Gets the parameters.
Declaration
public DbParameterCollection Parameters { get; }
Property Value
Type | Description |
---|---|
System.Data.Common.DbParameterCollection |