The execution context of a database system, that is defining the configurations and the components us...
static IQueryPlanNode DeserializeQueryPlan(this ISystemContext context, Type nodeType, BinaryReader reader)
static void SerializeQueryPlan(this ISystemContext context, IQueryPlanNode planNode, Stream stream)
static void SerializeQueryPlan(this ISystemContext context, IQueryPlanNode node, BinaryWriter writer)