Class DataCompressionType
Inheritance
DataCompressionType
Assembly: FluentMigrator.Extensions.SqlServer.dll
Syntax
public class DataCompressionType
Fields
|
Edit this page
View Source
None
Declaration
public static DataCompressionType None
Field Value
|
Edit this page
View Source
Page
Declaration
public static DataCompressionType Page
Field Value
|
Edit this page
View Source
Row
Declaration
public static DataCompressionType Row
Field Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides