Method |
Description |
|
AppendDeleteCommand ( Script script, DeleteCommand command, int ¶mIndex ) : void |
|
|
AppendInsertCommand ( Script script, InsertCommand command, int ¶mIndex ) : bool |
|
|
AppendPropertyToInsertStatement ( Script script, StringBuilder colBuff, StringBuilder valBuff, PropertyMetadata property, int &index, BaseInsertDeleteOperation operation, ArrayList values, MethodInfo getter, UpdateCommand updateCommand ) : void |
|
|
AppendReverseUpdateCommandForChildTableReferencingParent ( Script script, UpdateCommand command, int ¶mIndex ) : void |
|
|
AppendStandardUpdateCommand ( Script script, UpdateCommand command, int ¶mIndex ) : void |
|
|
AppendUpdateCommand ( Script script, UpdateCommand command, int ¶mIndex ) : void |
|
|
CanAssignToProperty ( object newPropertyValue, PropertyMetadata property ) : bool |
|
|
CheckAndThrowIfThisColumnHasBeenSeenBefore ( ISet columnsSeenBefore, string tableName, string columnName, BaseCommand command ) : void |
|
|
CreateColumnsSeenBefore ( ) : ISet |
|
|
FormatWithParameter ( Script script, string formatString, int ¶mIndex, System.Action wireUpAction ) : void |
|
|
InsertRecordInLinkTable ( Script script, int ¶mIndex, BaseInsertDeleteOperation operation ) : void |
|
|
IsOneToOneRelationshipWithFkOnParent ( BaseInsertDeleteOperation operation ) : bool |
|
|
ValidateParameterValue ( int index, string paramName, object paramValue ) : void |
|
|