Microsoft.VisualStudio.R.Package.Sql.Publish.SProcScriptGenerator.GetRFileContent C# (CSharp) Méthode

GetRFileContent() private méthode

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