Microsoft.VisualStudio.R.Package.Sql.Publish.SProcScriptGenerator.GetRFileContent C# (CSharp) 메소드

GetRFileContent() 개인적인 메소드

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