﻿<?xml version="1.0"?>
<doc>
<assembly>
<name>
Vascor.Data
</name>
</assembly>
<members>
<member name="M:Vascor.Data.SqlData.RunSql(System.String,System.String,System.Collections.Hashtable,System.Data.CommandType)">
 <summary>
 <para>Issue a command against a SQL Server.  This will create a new connection and command object.</para>
 </summary>
 <param name="App">
 <para>The config key used to fetch the connection string.</para>
 </param>
 <param name="Sql">
 <para>The command to execute to fill the <see cref="T:System.Data.DataSet"/>.</para>
 </param>    
 <param name="SqlParameters">
 <para>A hash table containing parameters for the stored procedure specified in <see cref="T:System.Data.SqlClient.SQL"/>.</para>
 </param>
 <param name="SqlType">
 <para>The command Type for the command.</para>
 </param>
</member>
<member name="M:Vascor.Data.SqlData.RunSql(System.String,System.Data.SqlClient.SqlConnection@,System.Collections.Hashtable,System.Data.CommandType)">
 <summary>
 <para>Issue a command against a SQL Server.  This will run sql using the Parameter connection object.
  The calling method should close and dispose the connection object.</para>
 </summary>
 <param name="SqlConnection">
 <para>The pre-established connection object. THis object should be closed by the caller.</para>
 </param>
 <param name="Sql">
 <para>The command to execute to fill the <see cref="T:System.Data.DataSet"/>.</para>
 </param>    
 <param name="SqlParameters">
 <para>A hash table containing parameters for the stored procedure specified in <see cref="T:System.Data.SqlClient.SQL"/>.</para>
 </param>
 <param name="SqlType">
 <para>The command Type for the command.</para>
 </param>
</member>
<member name="M:Vascor.Data.SqlData.OpenConnection(System.String)">
 <summary>
 <para>This will open and return a new connection object.
 The calling method should close and dispose the connection Object</para>
 </summary>
 <param name="App">
 <para>The config key used to fetch the connection string.</para>
 </param>
</member>
<member name="T:Vascor.Data.Constants">
 <summary>
 
 </summary>
 <remarks>
 1/13/2010
 James Fitzgerald
 Copied missing entried from Vascor.EDI constants class.
 
 --Note
 This should be the only place to use database keys.
 
 10/04/2013
 Samantha Aldridge added povfvscms
 
 12/04/2013
 Samantha Aldridge
 adding EDIAccounting
 </remarks>
</member>
</members>
</doc>
