Abbotware.Data.Configuration.Models.InMemorySqlConnectionOptions.InMemorySqlConnectionOptions C# (CSharp) Method

InMemorySqlConnectionOptions() public method

Initializes a new instance of the InMemorySqlConnectionOptions class.
public InMemorySqlConnectionOptions ( ) : System
return System
        public InMemorySqlConnectionOptions()
            : base(Guid.NewGuid().ToString())
        {
        }

Same methods

InMemorySqlConnectionOptions::InMemorySqlConnectionOptions ( string databaseId ) : System
InMemorySqlConnectionOptions