Class DALManager
Inheritance
System.Object
DALManager
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.DAL
Assembly: Simplic.Framework.DAL.dll
Syntax
public class DALManager
Properties
| Improve this Doc View SourceDefaultConnectionString
Declaration
public static string DefaultConnectionString { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceInit(String)
Init DALManager
Declaration
public static void Init(string ConnectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | ConnectionString | Default Connection-String |