SqlServerDataLayer Members

Soulstone

Soulstone

The SqlServerDataLayer type exposes the following members.

Methods

  NameDescription
CreateHost
Create a host with the given name.
(Overrides DataLayerBase..::.CreateHost(String).)
CreateOrUpdateMusicTrack
Create or update the Music Track info.
(Overrides DataLayerBase..::.CreateOrUpdateMusicTrack(String, String, String, String, String, Int32, String).)
DeleteObsoleteEntriesOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetAllHosts
Get all hosts stored into the database.
(Overrides DataLayerBase..::.GetAllHosts()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMusicTrack
Get all the info to create a MusicTrack object.
(Overrides DataLayerBase..::.GetMusicTrack(Guid).)
GetTotalFileCount
Get the total file count and file fonts.
(Overrides DataLayerBase..::.GetTotalFileCount()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HostExists
Check if a particular hosts exists.
(Overrides DataLayerBase..::.HostExists(String).)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Search
Search for a file in the database.
(Overrides DataLayerBase..::.Search(String, String, String, Int32, String).)
TestConnection
Test the underlying connection.
(Overrides DataLayerBase..::.TestConnection()()().)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ConnString
Gets or sets the connection string.

See Also