Class Helper
Inheritance
System.Object
Helper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.SqlD
Assembly: Simplic.Framework.SqlD.dll
Syntax
public class Helper
Methods
| Improve this Doc View SourceGetAllProducts()
Get All Prodcuts
Declaration
public static IList<DeploymentFile> GetAllProducts()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<DeploymentFile> | Product Displayname, Intern Name |
GetInstalledVersion(String, String)
Get Version which is installed
Declaration
public static Version GetInstalledVersion(string ProductName, string ConnectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | ProductName | |
System.String | ConnectionString |
Returns
Type | Description |
---|---|
System.Version |