Class DbQueryInfo
Query info.
Inheritance
System.Object
DbQueryInfo
Namespace: Apache.Ignite.EntityFramework
Assembly: Apache.Ignite.EntityFramework.dll
Syntax
public class DbQueryInfo : object
Properties
AffectedEntitySets
Gets the affected entity sets.
Declaration
public ICollection<EntitySetBase> AffectedEntitySets { get; }
Property Value
Type | Description |
---|---|
ICollection<Entity |
CommandText
Gets the command text.
Declaration
public string CommandText { get; }
Property Value
Type | Description |
---|---|
System. |
Parameters
Gets the parameters.
Declaration
public DbParameterCollection Parameters { get; }
Property Value
Type | Description |
---|---|
Db |