C# 클래스 OurUmbraco.Powers.BusinessLogic.Data

파일 보기 프로젝트 열기: umbraco/OurUmbraco

공개 메소드들

메소드 설명
GetDataSet ( string sql, string elementName ) : XPathNodeIterator
GetDataSetAsNode ( string sql, string elementName ) : XmlNode
GetDataSetAsNode ( string connectionstring, string sql, string elementName ) : XmlNode

비공개 메소드들

메소드 설명
getDataSetFromSql ( string connection, string sql, string tableName ) : DataSet

Gets the dataset from SQL using ADO.NET.

메소드 상세

GetDataSet() 공개 정적인 메소드

public static GetDataSet ( string sql, string elementName ) : XPathNodeIterator
sql string
elementName string
리턴 System.Xml.XPath.XPathNodeIterator

GetDataSetAsNode() 공개 정적인 메소드

public static GetDataSetAsNode ( string sql, string elementName ) : XmlNode
sql string
elementName string
리턴 System.Xml.XmlNode

GetDataSetAsNode() 공개 정적인 메소드

public static GetDataSetAsNode ( string connectionstring, string sql, string elementName ) : XmlNode
connectionstring string
sql string
elementName string
리턴 System.Xml.XmlNode