Deveel.Data.Transactions.TransactionConstraintExtensions.TableRowVariableResolver.TableRowVariableResolver |
( |
ITable |
table, |
|
|
int |
rowIndex |
|
) |
| |
|
inline |
int Deveel.Data.Transactions.TransactionConstraintExtensions.TableRowVariableResolver.FindColumnName |
( |
ObjectName |
variable | ) |
|
|
inlineprivate |
Definition at line 1039 of file TransactionConstraintExtensions.cs.
1042 throw new InvalidOperationException(
"Can't find column: " + variable);
TableInfo TableInfo
Gets the metadata information of the table, used to resolve the column sources.
int IndexOfColumn(string columnName)
Gets the offset of the column with the given name.
string Name
Gets the name of the object being referenced.
DataObject Deveel.Data.Transactions.TransactionConstraintExtensions.TableRowVariableResolver.Resolve |
( |
ObjectName |
variable | ) |
|
|
inline |
SqlType Deveel.Data.Transactions.TransactionConstraintExtensions.TableRowVariableResolver.ReturnType |
( |
ObjectName |
variable | ) |
|
|
inline |
readonly int Deveel.Data.Transactions.TransactionConstraintExtensions.TableRowVariableResolver.rowIndex |
|
private |
readonly ITable Deveel.Data.Transactions.TransactionConstraintExtensions.TableRowVariableResolver.table |
|
private |
int Deveel.Data.Transactions.TransactionConstraintExtensions.TableRowVariableResolver.SetId |
|
get |
The documentation for this class was generated from the following file: