Interface IDynamicBinding
Namespace: FChoice.Foundation.DynamicBinding
Assembly: fcSDK.dll
Syntax
public interface IDynamicBinding
Properties
Processed
Declaration
bool Processed { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Relation
Declaration
ISchemaRelation Relation { get; }
Property Value
| Type | Description |
|---|---|
| ISchemaRelation |
Methods
ProcessBinding(IDictionary<FCGeneric, IDictionary<Guid, GenericDataRow>>, UpdateQueryBatch)
Declaration
void ProcessBinding(IDictionary<FCGeneric, IDictionary<Guid, GenericDataRow>> changedRows, UpdateQueryBatch batch)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IDictionary<FCGeneric, System.Collections.Generic.IDictionary<System.Guid, GenericDataRow>> | changedRows | |
| UpdateQueryBatch | batch |