C# Class BuildYourOwnDAL.Actions.DatabaseAction

Show file Open project: davybrion/BuildYourOwnDal

Protected Methods

Method Description
CreateCommand ( ) : SqlCommand
DatabaseAction ( SqlConnection connection, SqlTransaction transaction, MetaDataStore metaDataStore, EntityHydrater hydrater, SessionLevelCache sessionLevelCache ) : System.Data.SqlClient

Method Details

CreateCommand() protected method

protected CreateCommand ( ) : SqlCommand
return System.Data.SqlClient.SqlCommand

DatabaseAction() protected method

protected DatabaseAction ( SqlConnection connection, SqlTransaction transaction, MetaDataStore metaDataStore, EntityHydrater hydrater, SessionLevelCache sessionLevelCache ) : System.Data.SqlClient
connection System.Data.SqlClient.SqlConnection
transaction System.Data.SqlClient.SqlTransaction
metaDataStore MetaDataStore
hydrater EntityHydrater
sessionLevelCache SessionLevelCache
return System.Data.SqlClient