Microsoft.VisualStudio.R.Package.Sql.Publish.SProcScriptGenerator.GetRFileContent C# (CSharp) Method

GetRFileContent() private method

private GetRFileContent ( string filePath ) : string
filePath string
return string
        private string GetRFileContent(string filePath) {
            return _fs.ReadAllText(filePath).Replace("'", "''");
        }