SqlBatch.NormalizedContent Property

Definition

Gets the batch content string where the line endings are normalized to CR/LF. This method normalizes all line endings except for those within a string literal or SQL identifier.

public:
 property System::String ^ NormalizedContent { System::String ^ get(); };
public string NormalizedContent { get; }
member this.NormalizedContent : string
Public ReadOnly Property NormalizedContent As String

Property Value

The normalized batch content string.

Applies to