10 references to Value
dotnet-sql-cache (10)
Program.cs (10)
72if (string.IsNullOrEmpty(connectionStringArg.Value) 73|| string.IsNullOrEmpty(schemaNameArg.Value) 74|| string.IsNullOrEmpty(tableNameArg.Value)) 81_connectionString = connectionStringArg.Value; 82_schemaName = schemaNameArg.Value; 83_tableName = tableNameArg.Value; 114if (string.IsNullOrEmpty(schemaNameArg.Value) 115|| string.IsNullOrEmpty(tableNameArg.Value)) 122_schemaName = schemaNameArg.Value; 123_tableName = tableNameArg.Value;