다음을 통해 공유


RawSqlCommand 클래스

정의

관계형 데이터베이스에 대해 실행할 원시 SQL 명령을 나타냅니다.

이 형식은 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public class RawSqlCommand
type RawSqlCommand = class
Public Class RawSqlCommand
상속
RawSqlCommand

설명

자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.

생성자

RawSqlCommand(IRelationalCommand, IReadOnlyDictionary<String,Object>)

RawSqlCommand 클래스의 새 인스턴스를 초기화합니다.

속성

ParameterValues

매개 변수에 할당할 값을 가져옵니다.

RelationalCommand

실행할 명령을 가져옵니다.

적용 대상