Microsoft.Azure.Commands.DataFactories.DataFactoryCommonUtilities.IsNextPageLink C# (CSharp) 메소드

IsNextPageLink() 공개 정적인 메소드

public static IsNextPageLink ( this nextLink ) : bool
nextLink this
리턴 bool
        public static bool IsNextPageLink(this string nextLink)
        {
            return !string.IsNullOrEmpty(nextLink);
        }
    }