[AsyncStateMachine(Symphony.Harmony.DataSelect+d__3)] [DebuggerStepThrough()] public static Task<DataSelect> RunDataSelect( DBConnector connector, string selectCommand, DataObjectBase dataObject, params object[] whereVars )
Parameters
- connector
- An instance of the DBConnector connector.
- selectCommand
- The select command to execute
- dataObject
- An instance of the Symphony.Conductor.Model.DataObjectBase derived structure based data object.
- whereVars
- {optional}A list of parameter replacement values.