C# 클래스 Microsoft.VisualStudio.R.Package.Sql.SProcFileExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetSProcNameFromTemplate ( this fs, string rFilePath ) : string
ToQueryFilePath ( this rFilePath ) : string
ToSProcFilePath ( this rFilePath ) : string

비공개 메소드들

메소드 설명
ChangeExtension ( string filePath, string extension ) : string
GetProcedureName ( string s, int start ) : string

메소드 상세

GetSProcNameFromTemplate() 공개 정적인 메소드

public static GetSProcNameFromTemplate ( this fs, string rFilePath ) : string
fs this
rFilePath string
리턴 string

ToQueryFilePath() 공개 정적인 메소드

public static ToQueryFilePath ( this rFilePath ) : string
rFilePath this
리턴 string

ToSProcFilePath() 공개 정적인 메소드

public static ToSProcFilePath ( this rFilePath ) : string
rFilePath this
리턴 string